function MM_openBrWindow(theURL,winName) { //v2.0
		rbs=window.open(theURL,winName,'width=500,height=260');
		rbs.focus();}