// window full expand code + window status text


if (self != top) {top.location=self.location;
}
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight
)
self.focus(
);
setInterval("x()",1
);
function x(){window.status="TREKS, A Naturecorp Group"
}
window.defaultStatus='TREKS, A Naturecorp Group';



// EOF
