<!-- 
function openEmployerConnection(){
	url = "https://secure.ccok.com/employers/"
	var w = 950
	var h = 720
	var tW = (screen.width-w)/2;
	var tH = (screen.height-h)/2;	
	employerConnWin = window.open(url,'employerConnWin','scrollbars=yes,menubar=no,width='+w+',height='+h+',resizable=yes,toolbar=no,location=no,status=yes,top='+tH+',left='+tW+'');
	employerConnWin.focus();			
}

function openProviderConnection(){
	url = "https://secure.ccok.com/providers/"
	var w = 950
	var h = 720
	var tW = (screen.width-w)/2;
	var tH = (screen.height-h)/2;	
	providerConnWin = window.open(url,'providerConnWin','scrollbars=yes,menubar=no,width='+w+',height='+h+',fullscreen=no,resizable=yes,toolbar=no,location=no,status=yes,top='+tH+',left='+tW+'');
	providerConnWin.focus();			
}

//function openMemberConnection(){
//	url = "https://secure.ccok.com/members/"
//	var w = 950
//	var h = 720
//	var tW = (screen.width-w)/2;
//	var tH = (screen.height-h)/2;	
//	memberConnWin = window.open(url,'memberConnWin','scrollbars=yes,menubar=no,width='+w+',height='+h+',resizable=yes,toolbar=no,location=no,status=yes,top='+tH+',left='+tW+'');
//	memberConnWin.focus();			
//}

//function openBrokerConnection(){
//	url = "https://secure.ccok.com/brokers/"
//	var w = 950
//	var h = 720
//	var tW = (screen.width-w)/2;
//	var tH = (screen.height-h)/2;	
//	brokerConnWin = window.open(url,'brokerConnWin','scrollbars=yes,menubar=no,width='+w+',height='+h+',resizable=yes,toolbar=no,location=no,status=yes,top='+tH+',left='+tW+'');
//	brokerConnWin.focus();			
//}
-->
