<!--

function popUp(URL,w,h) {
	windowLeft = (screen.width - w) / 2;
	windowTop = (screen.height - h) / 3;
	eval("page" + " = window.open(URL, '"  + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",top="+windowTop+",left="+windowLeft+"');");
}

function popUp2(URL,w,h) {
	windowLeft = (screen.width - w) / 2;
	windowTop = (screen.height - h) / 3;
	eval("page" + " = window.open(URL, '"  + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",top="+windowTop+",left="+windowLeft+"');");
} 
	 
	 
//-->
