<!--
function MW_openBrWindow(theURL,winName,features) { //v3.0
  document.MM_returnValue = false;
  newwin = window.open(theURL,winName,features)
  if (parseInt(navigator.appVersion) >= 4)
  {newwin.focus();}
}
//-->
