<!--function p11pop(theURL,winName,features) { //v2.0  var p11pop = window.open(theURL,winName,features);  p11pop.window.focus();}var win = null;function NewWindow(mypage,myname,w,h,scroll){LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;TopPosition = (screen.height) ? (screen.height-h)/2 : 0;settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no, status=no'win = window.open(mypage,myname,settings)}var win = null;function evanspop(theURL,winName,features,w,h,centered) { //v2.0	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	if (centered == 'yes') {	realFeatures = (features+',top='+TopPosition+',left='+LeftPosition+',width='+w+',height='+h);	}	else {	realFeatures = (features+',width='+w+',height='+h+'left=0,top=0');	}	win = window.open(theURL,winName,realFeatures);}//-->