var ns4 = (document.layers)? true:false var ie4 = (document.all)? true:false var cswindow = null function jsPopHelp() { if (cswindow != null){ if(ie4) cswindow.close() cswindow = null } pmurl = "http://ComtechSolutions.net/MYC/MyContactsHelp.asp" cswindow = window.open(pmurl,"PopHelp","scrollbars=yes,resizable=yes,top=100,left=100,HEIGHT=640,WIDTH=470") } function jsPopTutorial() { if (cswindow != null){ if(ie4) cswindow.close() cswindow = null } pmurl = "http://ComtechSolutions.net/MYC/MyContactsTutorial.asp" cswindow = window.open(pmurl,"PopTutorial","scrollbars=yes,resizable=yes,top=100,left=100,HEIGHT=640,WIDTH=470") }