function msgWin(theURL) { //v2.0
  window.open(theURL,'sub','top=10,left=10,,width=760,height=500,resizable=yes,scrollbars=yes');

}
