
		var params = {wmode:"transparent",bgcolor:"#000000",allowScriptAccess:"always",allowFullScreen:"true"};
		var attributes = {
			//style: "visibility : hidden;"
		};
		swfobject.embedSWF("http://www.hotel-riml.com/fileadmin/templates/flash/dynstr.swf", "video", "680", "300", "9.0.115", "", "", params, attributes); 

		window.onload = function() {	
			document.getElementById("video").style.visibility = "hidden";
			document.getElementById("li_179").onclick = function() {
				$('fl_header_slide_slideshow').effect('opacity' , {duration: 2500, transition: Fx.Transitions.Cubic.easeInOut}).start(1,0);
				document.getElementById("video").style.visibility = "visible";
				var obj = swfobject.getObjectById("video");
				document.getElementById("video").playMovie();
			};
		};
		function stopMovieJS(wert) {
			if(wert == 'stop') {
				$('fl_header_slide_slideshow').effect('opacity' , {duration: 2500, transition: Fx.Transitions.Cubic.easeInOut}).start(0,1);
				document.getElementById("video").style.visibility = "hidden";
			}
		}