function openWin(theURL) {
  window.open(theURL,'newWin','scrollbars=yes,resizable=no,menubar=yes,toolbar=no,location=no,status=no,width=700,height=550');
}
