/*Pop Up Script-used on change me 2005*/function openPop(url,name,popW,popH) {    version = navigator.appVersion;	var w = 800, h = 600;		if (document.all || document.layers) {		w = screen.availWidth;		h = screen.availHeight;	}		var leftPos = (w-popW)/2, topPos = (h-popH)/2;	newwindow=window.open(url,name,'width=' + popW + ',height=' + popH + ',scrollbars=yes,toolbar=no,status=yes,resizable=no,top=' + topPos + ',left=' + leftPos);void(0);		if(!newwindow.closed){		if (window.focus) {newwindow.focus()}			}}// Begin ESRB pop-upfunction popUp(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=500');");}
