function openWindow1(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=570,height=600');
}
function openWindow2(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=630,height=600');
}

