/* ############### ES ################## 
	Copied/Taken from UK: SEP.03.07 Sven Etzold
	Last Modified:
*/

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