// JavaScript Document
// Open the page in a new browser window sized at 500 x 340px

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}