function MM_openBrWindow(theURL,winName,features) { 
		var wo;
  wo=window.open(theURL,winName,features);
		wo.window.focus();
}