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