b= navigator.appName;c= parseInt(navigator.appVersion);var d=0;function mainTextScroller(){var f=myMainMessage;var g=myscrollingRegion;var h=(g*3/f.length)+1;if(h<1){h=1;}var j;for(j=0;j<=h;j++){f+=f;}document.textScroller.mainTextScroller.value=f.substring(d,d+g);d++;if(d>g){d=0;}setTimeout("mainTextScroller()",speed);}function initNoRightClick(){document.onmousedown = v;if(c<5&&b=="Netscape"){window.onmousedown = v;}}function v(mouseEvent){if(((b=="Microsoft Internet Explorer")&&(event.button >1))||((b=="Netscape")&&(mouseEvent.which > 1))){alert("Viewing Not Allowed");return false;}else{return true;}}function checkFrames(){if(top.location != self.location){top.location = self.location.href;}}function shakeScreen(s,t){var k =(navigator.appName == "Netscape")&&(parseInt(navigator.appVersion)>= 4);var l =(navigator.appName == "Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>= 4);var m=false;if(k || l){m=true;}if(m){for(n = 10;n > 0;n--){for(p = s;p > 0;p--){self.moveBy(0,-n*t);self.moveBy(-n*t,0);self.moveBy(0,n*t);self.moveBy(n*t,0);}}}}function showPopupWindow(y, z, B, C, D){var q =(screen.width - B)/ 2;var r =(screen.height - C)/ 2;w = 'height='+C+',width='+B+',top='+r+',left='+q+',scrollbars='+D+',resizable';x = window.open(y, z, w);if(parseInt(navigator.appVersion)>= 4){x.window.focus();}}
