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