// Move window, but only for the first time.
if(navigator.appName=="Netscape")
{
   if(history.length==1) window.moveTo(170,30);
}
else if(history.length==0) window.moveTo(170,30);


