function open_window(A){var B=window.open(A,"","");if(!B){alert("A popup blocker was detected. Please\ndisable popup blocker to open window.")}}function NewWindow(G,E,B,D,A){var C=(screen.width-B)/2;var F=(screen.height-D)/2;winprops="height="+D+",width="+B+",top="+F+",left="+C+",scrollbars="+A+",resizable";win=window.open(G,E,winprops);if(parseInt(navigator.appVersion)>=4){win.window.focus()}};