function openWindow(theURL,winName)
{
  window.open(theURL,winName,'height=450,width=450,toolbar=yes,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
}
