function closeWindow(){ window.close; } function window_onload() { window.showModalDialog("popupwindowfirearms.htm",null, "dialogHeight:275px,dialogWidth:500px,center:yes,edge:raised,scrollbars:no,resizeable:no, status:0"); } function help_window() { window.showModalDialog("helpwindowfirearms.htm",null, "dialogHeight:500px,dialogWidth:500px,center:yes,edge:raised,scrollbars:no,resizeable:no, status:0"); } msg = document.title; timeID = 10; stcnt = 16; wmsg = new Array(33); wmsg[0]=msg; blnk = " "; for (i=1; i<32; i++) { b = blnk.substring(0,i); wmsg[i]=""; for (j=0; j -1) str = wmsg[stcnt]; else str = wmsg[0]; if (stcnt-- < -40) stcnt=31; status = str; clearTimeout(timeID); timeID = setTimeout("wiper()",100); } wiper();