
	function MM_openBrWindow(theUrl, winName, features) {
		secondWindow=window.open(theUrl, winName, features);
		}