// JavaScript Document

function MM_openBrWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'width=500,height=420,scrollbars=no');
}