function BrCe() {
var b = navigator.appName
if (b=="Netscape") this.b = "ns"
else if (b=="Microsoft Internet Explorer") this.b = "ie"
else this.b = b
this.version = navigator.appVersion
this.v = parseInt(this.version)
this.ns = (this.b=="ns" && this.v>=4)
this.ns4 = (this.b=="ns" && this.v==4)
this.ns5 = (this.b=="ns" && this.v==5)
this.ie = (this.b=="ie" && this.v>=4)
this.ie4 = (this.version.indexOf('MSIE 4')>0)
this.ie5 = (this.version.indexOf('MSIE 5')>0)
this.min = (this.ns||this.ie)
}
is=new BrCe();
function scstart(wx,wy){
window.moveTo(0,0);
if (is.ie) {window.resizeTo(screen.availWidth,screen.availHeight); }
if (is.ns) {window.outerHeight = screen.availHeight; window.outerWidth = screen.availWidth; }
}
var cll=0;
var i=0;
function tm(){setTimeout("pl()",500);} 
function pltit(){
//window.document.title= window.document.cyber_v.GetVariable('/:pleer_n');
}
function pl(){
var p =window.document.cyber_v.GetVariable('/:now');
if(p<100){
cll=0;
window.document.title= p+"% loaded";
tm();
}else if(cll==0){
cll=1;
pltit();
}
}
//tm();