// JavaScript Document
window.moveTo(0,0);
aw = screen.availWidth;
ah = screen.availHeight; 
window.resizeTo(aw,ah);


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
