function popup(C,D,A){if(!D){D=600}if(!A){A=500}var B=(new Date()).getTime();var F="toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,width="+D+",height="+A+",left=0,top=0";var E=window.open(C,B,F);if(!E){alert("A popup window could not be opened. Your browser may be blocking popups for this application.")}else{if(typeof E.name=="undefined"){E.name=B}if(typeof E.opener=="undefined"){E.opener=self}}return E};
