<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var newWin = window.open(theURL,winName,features);
  if(newWin == null || typeof(newWin)=="undefined"){
	  window.location = theURL;
  }
}
//-->