/* ############### UK ################## 
	Copied/Taken from US: AUG.01.07 Alexander Gilli
	Last Modified:
*/

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