function popUpMediumLarge(URL) {
	var newWin = window.open(URL, "Popup", "height=285,width=265,location=no,scrollbars=no,menubars=no,toolbar=no,resizable=no");
	newWin.focus();
}

function popUpCookies(URL) {
	var newWin = window.open(URL, "Cookies", "height=450,width=540,location=no,scrollbars=no,menubars=no,toolbar=no,resizable=no");
	newWin.focus();
}

function popUpPrivacyPolicy() {
	var newWin = window.open("/portal/site/merckservices/index.jsp?menuItem=Merck%20Privacy%20Policy&pathInfo=external&sdcsrc=MS", "PopupPrivacy", "height=440,width=518,location=no,scrollbars=yes,menubars=no,toolbar=no,resizable=yes");
	newWin.focus();
}

function popUpPrivacyPolicy(url) {
	var newWin = window.open("/portal/site/merckservices/index.jsp?menuItem=Merck%20Privacy%20Policy&pathInfo=external&sdcsrc=MS", "PopupPrivacy", "height=440,width=518,location=no,scrollbars=yes,menubars=no,toolbar=no,resizable=yes");
	newWin.focus();
}

function popUpMS(select) {
	var item = select.options[select.selectedIndex].value;
	if(item == "Medical Student")
	{
		alert("For medical students, please use your Medical Education number\n"+
	 	"in lieu of your state license number");
	}
		else if(item == "D.O. Resident" || item == "M.D. Resident")
		{
			alert("For Residents, please enter your Medical Education number or state license number.\n"+
		 	"If these are not available, please contact our helpdesk at 1-800-489-5119.");

		}

}
function popUpProduct(URL){
	var newwin = window.open(URL, "popup", "height=530,width=668,location=no,scrollbars=yes,menubars=no,toolbar=no,resizable=yes");
}
function popUpExit(URL){
	var newwin = window.open(URL, "popup", "height=530,width=830,location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes");
}