// JavaScript Document
function MM_openBrWindow(theURL,winName,features,theDescription) { //v2.0
  newwindow = window.open(theURL,winName,features);
  newwindow.focus();
}

