// JavaScript Document

function fullsize1() {

if (window.screen) { self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); } 

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->