//2006 http://www.penzionpodhrazi.com -----------------------------------------------------------

	function MM_openBrWindow(theUrl, winName, features) {
		secondWindow=window.open(theUrl, winName, features);
		}

//-----------------------------------------------------------------------------------------------