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