oa=document;oc=oa.documentElement;oo=alert;oq=window;oaf=navigator;oag=oaf.appVersion;oao=parseInt;oav=open;oaw=screen;oax=oaw.width;oay=oaw.height;debug=false;myWind=null;function onTop(){if(myWind.blur)myWind.focus();}function blowOut(){if(myWind!=null&&myWind.open)myWind.close();}function NewWindowCopy(url,name,scroll,oldwindow){var w=getWinWidth(oldwindow);var h=getWinHeight(oldwindow);var winl=(oaw.width-w)/2;var wint=(oaw.height-h)/2;winprops='fullscreen=no,toolbar=yes,status=yes,menubar=yes,location=yes,directories=yes,height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';if(debug){oo(winprops);}myWind=oav(url,name,winprops);if(oao(oaf.appVersion)>=4){myWind.window.focus();}}function NewWindowCopy2(url,name,scroll){var w,h;if(oa.layers){w=oq.outerWidth;h=oq.outerHeight;}else if(oa.all){w=oa.body.clientWidth;h=oa.body.clientHeight;}else if(oa.getElementById){w=oq.outerWidth;h=oq.outerHeight;}else{w=600;h=480}var winl=(oaw.width-w)/2;var wint=(oaw.height-h)/2;winprops='fullscreen=no,toolbar=yes,status=yes,menubar=yes,location=yes,location=yes,height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';if(debug){oo(winprops);}myWind=oav(url,name,winprops);if(oao(oaf.appVersion)>=4){myWind.window.focus();}oq.onLoad=NewWindowCopy2}function NewCenterWindow(url,name,w,h,scroll){var winl=(oaw.width-w)/2;var wint=(oaw.height-h)/2;winprops='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';if(debug){oo(winprops);}myWind=oav(url,name,winprops);if(oao(oaf.appVersion)>=4){myWind.window.focus();}}function alertSize(){var myWidth=0,myHeight=0;if(typeof(oq.innerWidth)=='number'){myWidth=oq.innerWidth;myHeight=oq.innerHeight}else if(oa.documentElement&&(oa.documentElement.clientWidth||oa.documentElement.clientHeight)){myWidth=oa.documentElement.clientWidth;myHeight=oa.documentElement.clientHeight}else if(oa.body&&(oa.body.clientWidth||oa.body.clientHeight)){myWidth=oa.body.clientWidth;myHeight=oa.body.clientHeight}oo('Width = '+myWidth+'Height = '+myHeight);}function getWinHeight(oq){var myHeight=400;if(typeof(oq.innerWidth)=='number'){myHeight=oq.innerHeight}else if(oa.documentElement&&(oa.documentElement.clientWidth||oa.documentElement.clientHeight)){myHeight=oa.documentElement.clientHeight}else if(oa.body&&(oa.body.clientWidth||oa.body.clientHeight)){myHeight=oa.body.clientHeight}return myHeight}function getWinWidth(oq){var myWidth=400;if(typeof(oq.innerWidth)=='number'){myWidth=oq.innerWidth}else if(oa.documentElement&&(oa.documentElement.clientWidth||oa.documentElement.clientHeight)){myWidth=oa.documentElement.clientWidth}else if(oa.body&&(oa.body.clientWidth||oa.body.clientHeight)){myWidth=oa.body.clientWidth}return myWidth}