<!-- Begin
function bigScreen(thePAGE)
{self.name = "main"; // names current window as "main"
 
window.open(thePAGE, '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,width=700,height=600,scrollbars=yes');
}//  End -->
