function openWindow1(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=640,height=700');
}
function openWindow2(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=800,height=900');
}
function openWindow3(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=700,height=700');
}
function openWindow4(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=630,height=350');
}
function openWindow5(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes,width=630,height=230');
}
