var WindowObjectReference;var strWindowFeatures = "menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=600,height=450,left=200,top=200";function openRequestedPopup(href) {  WindowObjectReference = window.open(href, "PacNet", strWindowFeatures);}function closeCurrentWindow() {  window.close();}