function openWindow1(theURL) {
  window.open(theURL,'','toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no,width=445,height=360');
}
