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