
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)

function popup(theURL,winName,features)
{ 
  window.open(theURL,winName,features);
}