var MM_contentVersion = 8;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}


// Flash
function FlashCheck()
{
if ( MM_FlashCanPlay ) {
    showprev();
} else{
    //container2='';
	//window.document.getElementById('noFlashPlayer').innerHTML=container2;
	window.document.getElementById('divCont').style.display="none";
    window.document.getElementById('noFlashPlayer').style.display="block";
	window.document.getElementById('yesFlashPlayer').style.display="none";
	//var msg="Für diesen Flash-Film ist eine neuere Version des Flash Players erforderlich.\n\nMöchten Sie den Flash Player jetzt herunterladen? Klicken Sie auf \"OK\".\nBefolgen Sie die Installationsanweisungen des Flash-Player Hersteller Adobe.\n\nMöchten Sie den Flash Player nicht herunterladen? Klicken Sie auf \"Abrechen\".";
	//if (confirm(msg))
    //top.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
}


function showprev()
{
window.document.getElementById('divCont').style.display="none";

window.document.getElementById('noFlashPlayer').style.display="block";
window.document.getElementById('yesFlashPlayer').style.display="block";
var player = new SWFObject("/moebel-wohnaccessoires/raumduft-parfum-duft-hamburg/video/flvplayer.swf", "video", "720", "420", "9", "#000");
		player.addParam("scale", "noscale");
		player.addParam("allowFullScreen", "true");
		//player.addVariable("image","03.jpg");
		player.addVariable("videoSource", "/moebel-wohnaccessoires/raumduft-parfum-duft-hamburg/video/allemand.flv");
		player.addVariable("normColor", "ffffff");
		player.addVariable("loaderColor", "ffffff");
		player.addVariable("specialColor", "ffffff");
		player.addVariable("backGroundColor", "000000");
		player.addVariable("fullSrceenSpecialColor", "ffffff");
		player.addVariable("autoplay", "true");
		player.addVariable("allowSmoothing", "true");
		player.write("noFlashPlayer");
}



function hideprev()
{
window.document.getElementById('noFlashPlayer').style.display="none";
window.document.getElementById('yesFlashPlayer').style.display="none";
var player = new SWFObject("/moebel-wohnaccessoires/raumduft-parfum-duft-hamburg/video/flvplayer.swf", "video", "720", "420", "9", "#000");
		player.addParam("scale", "noscale");
		player.addParam("allowFullScreen", "false");
		player.addVariable("videoSource", "/moebel-wohnaccessoires/raumduft-parfum-duft-hamburg/video/allemand.flv");
		player.addVariable("autoplay", "false");
		player.addVariable("allowSmoothing", "false");
		player.write("noFlashPlayer");
window.document.getElementById('divCont').style.display="block";
}
