function MaxWin(){
  var newwin = window.open('./home.html','newwin','titlebar=yes,toolbar=yes,location=yes,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,fullscreen=no,width=' + screen.width + ',height=' + screen.height);
  newwin.moveTo(0,0);newwin.focus();
}
