/* ############### US ################## 

	Last Modified: MAR.29.07 Alex
	
*/

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