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

