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