<!-- 
function launchRxFormulary(switchVal,dir, rxRider){			
	var topPos = 10, leftPos = 10;
	var screenW = 770, screenH = 560;
	if (parseInt(navigator.appVersion)>3) {
		screenW = screen.width;
		screenH = screen.height;
	}else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion)==3 && navigator.javaEnabled() ){
		var jToolkit = java.awt.Toolkit.getDefaultToolkit();
	 	var jScreenSize = jToolkit.getScreenSize();
		screenW = jScreenSize.width;
		screenH = jScreenSize.height;
	}			
	if(screenW >= 1024){
		screenW = 996
	}
//	if(rxRider == null || rxRider.length = 0 || rxRider == "undefined"){
//		rxRiderStr = "&rxRider="+ rxRider	
//	}else{
//		rxRiderStr = ""
//	}
	dir = "http://www.ccok.com/"
		
	screenH = screenH - 90
//	rxFormularyWin = window.open(dir +'Formulary/Initialize.asp?rxFormularySwitch='+ switchVal +'&rxRider='+ rxRider ,'rxFormularyWin','scrollbars=yes,menubar=no,height='+ screenH +',width='+ screenW +',resizable=yes,toolbar=no,location=no,status=no,top='+ topPos +',left='+ leftPos );
	rxFormularyWin = window.open(dir +'rxFormulary/?switch='+ switchVal +'&rxRider='+ rxRider ,'rxFormularyWin','scrollbars=yes,menubar=no,height='+ screenH +',width='+ screenW +',resizable=yes,toolbar=no,location=no,status=no,top='+ topPos +',left='+ leftPos );
	rxFormularyWin.focus();
}


function openFormularyResource(pageURL,switchVal,planYear){			
	rxFormularyResWin = window.open(pageURL+'?switch='+switchVal+'&planYear='+planYear ,'rxFormularyResWin','scrollbars=yes,menubar=no,width=700,resizable=yes,toolbar=no,location=no,status=no,top=10,left=60');
	rxFormularyResWin.focus();
}
-->
