// Comtech Quick Site Script Copyright 2001 var ns4 = (document.layers)? true:false var ie4 = (document.all)? true:false var cswindow = null var gn var un var grp var showgroup function OptionReg(shwgrp) { if (shwgrp.length>0) { grp=shwgrp } //Pop up short Reg Window. if (cswindow != null){ if(ie4) cswindow.close() cswindow = null } grpcode = "" if (grp.length>0){ grpcode = "&grp="+escape(grp) } qsurl = "http://ComtechSolutions.net/Profiles/newsreg.asp?un="+un+"&gn="+gn+grpcode cswindow = window.open(qsurl,"Registration","scrollbars=yes,resizable=yes,top=100,left=100,HEIGHT=370,WIDTH=450") } function aclnt(clntun,clntgn,clntgrp){ gn = clntgn un = clntun grp = clntgrp }