function MM_openBrWindow(theURL,winName,features) {
	img =  window.open(theURL,winName,features);
	img.focus(); /* revise for netscape */
}