function openpage(theURL, winName) {
  window.open(theURL, winName, ['width=' + screen.width + ',height=' + screen.height + ',toolbar=0,location=0,directories=1,status=1,menubar=0,scrollbars=1,resizable=0']);
}