function processPopUp(page){	var left = (screen.width/2) + 10;	var height = 498;//screen.height - 100;	var width = 396;//364	var top =  (screen.height/2) - (height/2) - 120;	 window.open(page,"process","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); }function scenarioPopUp(page){	var left = (screen.width/2) + 10;	var height = 400;//screen.height - 100;	var width = 391;//361	var top =  (screen.height/2) - (height/2) - 120;//50;	 window.open(page,"scenario","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); }function criteriaPopUp(page){	var left = (screen.width/2) + 10;	var height = 355;//screen.height - 100;	var width = 391;//361	var top =  (screen.height/2) - (height/2) - 120;//50;	 window.open(page,"criteria","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); }function contactPopUp(){	var left = (screen.width/2) + 10;	var height = 381;//screen.height - 100;	var width = 391;//361	var top =  (screen.height/2) - (height/2) - 120;//50;	var page = "form.php";	 window.open(page,"contact","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); }function fWriteEmailLink(){	var email_link = "EMAIL: ";	email_link += "<a href='mailto:";	email_link += "info";	email_link += "@elevator";	email_link += "access.com'>";		email_link += "INF";	email_link += "O@EL";	email_link += "EVATORA";	email_link += "CCES";	email_link += "S.CO";	email_link += "M";	email_link += "</a>";	document.write(email_link);}function pharmaPopUp(){	var left = 180;//(screen.width/2) + 10;	var height = 525;//381;//screen.height - 100;	var width = 545;//391;//361	var top =  200;//(screen.height/2) - (height/2) - 120;//50;	var page = "pharmaceutical/avandia_demo.php";	 window.open(page,"avandia_demo","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); }