		function Hide(str) {
		x = document.getElementById(str);
		x.style.display = 'none';
		}
		
		function Show(str) {
		x = document.getElementById(str);
		x.style.display = 'block';
		}
		
		sIFR.replaceElement(named({sSelector:"#content h1", sFlashSrc:"h1.swf", sColor:"#7b679d", sLinkColor:"#1D182E", sHoverColor:"#1D182E", sWmode:"transparent"}))
