// JavaScript Document

function window_max(theURL) {
  window.open(theURL,'zoom','height=' + screen.height + ',width=' + screen.width + ',fullscreen=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0');
}
