function popupWindow(C,D,E,I,F,B){var F=F&&F=="no"?"no":"yes";var B=B&&B=="yes"?"yes":"no";var H=(screen.width-E)/2;var G=(screen.height-I)/2;var A="height="+I+",width="+E+",screenX="+H+",left="+H+",screenY="+G+",top="+G+",location=no,scrollbars="+F+",menubar=no,resizable="+B+",status=no,toolbar=no";newWindow=window.open(C,D,A);if(window.focus){newWindow.focus();}return false;}function popWindow(D,C,E,B){var A=(screen.width-E)/2;var H=(screen.height-B)/2;var F="height="+B+",width="+E+",screenX="+A+",left="+A+",screenY="+H+",top="+H+",location=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no";var G=window.open(D,C,F);if(window.focus){G.focus();}}
