/* ############### TW ##################
	Update from US: JUNE.25.07 Alex
*/

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