 function show(windowname,dokument,docstat) { var statbar = "0"; if (docstat == 1) statbar = "1"; window.open(dokument,windowname,"menubar=0,status="+statbar+",scrollbars=1,resizable=0,width=550,height=450"); }
 var repeat=0; var title=document.title; var leng=title.length; var start=1;
 function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start); document.title=titl; start++;
  if (start==leng+1) { start=0; if (repeat==0); return; }
  setTimeout("titlemove()",140)
 }
 if (document.title); titlemove(); this.status = document.title;
