		//<![CDATA[
		/**
		 * Function gets called from flash files to hide themselfe
		 */
		function hideFlObj (elmName)
		{
			var flObj = document.getElementsByName(elmName)[0];
			flObj.style.display = 'none';
		}		
		
		/**
		 * Function hides plain email of source code
		 */
		function hideEmil()
		{
			var x = String.fromCharCode(64);
			var r = String.fromCharCode(46);
			var e = "public";
			var a = "de";
			var t = "extrajetzt";
			
			document.writeln( e + x + t + r + a );
		}
		//]]>