			
function MM_openBrWindow(theURL,winName,features) {
	//alert("MM_openBrWindow:"+theURL);
	window.open(theURL,winName,features);
}

