
function popUpCenteredWindow(url) {
	var iMyHeight;
	var iMyHeightB;
	iMyHeightB = (window.screen.height) - (150);
	iMyHeight = ((window.screen.height/2) - (iMyHeightB/2))/2;
	var win2 = window.open(url,"popup","menubar=yes,toolbar=yes,status=no,height=" + iMyHeightB + ",width=730,resizable=yes,left=35,top=" + iMyHeight + ",screenX=35,screenY=" + iMyHeight + ",scrollbars=yes");
	win2.focus();
	}

function pUp(url) {
	var iMyHeight;
	var iMyHeightB;
	iMyHeightB = (window.screen.height) - (150);
	iMyHeight = ((window.screen.height/2) - (iMyHeightB/2))/2;
	var win2 = window.open(url,"popup","menubar=no,toolbar=no,status=no,height=" + iMyHeightB + ",width=500,resizable=yes,left=35,top=" + iMyHeight + ",screenX=35,screenY=" + iMyHeight + ",scrollbars=yes");
	}


function ag(url) {window.open(url,"ag","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left=20,top=27,height=400,width=170");}
function eg(url) {window.open(url,"eg","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left=20,top=27,height=250,width=250");}
function screen(url) {window.open(url,"screen","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left=20,top=27,height=320,width=320");}



