function u_OpenNewWindow(theURL,winName,features){
	window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL,winName,features){
	window.open(theURL,winName,features);
}