 <!--
 function maximizewin(where){
   var newwin = window.open(where,"newwin",'fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=0,left=0,width=' + screen.width + ',height=' + screen.height);
   //newwin.moveTo(0,0);
	newwin.focus();
 }
 //-->