// JavaScript Document



		<!--  sets the browser to 0 pixels   //-->



var ie=navigator.appName.indexOf("Microsoft") != -1;	


self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); self.focus();
setInterval("window.status='Done'",7);

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