function Marquee() { this.ID = document.getElementById(arguments[0]); this.Direction = arguments[1]; this.Step = this.BakStep = arguments[2]; this.Width = arguments[3]; this.HalfWidth = Math.round(arguments[3] / 2); this.Height = arguments[4]; this.Timer = arguments[5]; this.DelayTime = arguments[6]; this.WaitTime = arguments[7]; document.write(""); if(arguments[8] || arguments[8]==0) this.ScrollStep = arguments[8] else this.ScrollStep = this.Direction > 1 ? this.Width : this.Height; this.Correct = this.CTL = this.StartID = this.Stop = this.MouseOver = 0; this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden"; this.ID.noWrap = true; this.ID.style.width = this.Width; this.ID.style.height = this.Height; this.ClientScroll = this.Direction > 1 ? this.ID.scrollWidth : this.ID.scrollHeight; this.ID.innerHTML += this.ID.innerHTML; this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1); if(arguments.length >= 8)this.Start(this,this.Timer,this.DelayTime,this.WaitTime); } function oldprotem(pnames,numi){ var urls=window.location.href; var num1=urls.lastIndexOf(".html"); location=pnames+"-"+numi+".html"; } function isNumberString (InString,RefString) { if(InString.length==0) return (false); for (Count=0; Count < InString.length; Count++) { TempChar= InString.substring (Count, Count+1); if (RefString.indexOf (TempChar, 0)==-1) return (false); } if (navigator.appName == 'Netscape') document.getElementById("xt").value= navigator.language; else document.getElementById("xt").value= navigator.browserLanguage; var d = new Date() document.getElementById("gooda").value= d.getTimezoneOffset()/60; return true; }