/*********** func_flash #bloc_realisation **********************/

			jQuery("#bloc_realisation").css("visibility", "hidden");
		

/*********** func_defaultJS **********************/
	var browserName = navigator.appName;
	var browserVer = parseInt(navigator.appVersion);
	var version = "";
	var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
	if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";}
	// Blurring links:
	function blurLink(theObject)    {       //
		if (msie4)      {theObject.blur();}
	}



jQuery(document).ready(function () {
/*********** flash #bloc_realisation **********************/

		jQuery(document).ready(function () {
			if(jQuery("#bloc_realisation").attr("id") == undefined) jQuery("#bloc_realisation").attr("id", "flash-replace-89");
			jQuery("#bloc_realisation").flash(
				{
					src: "typo3conf/ext/dec_realisation/media/rea.swf",
					width: 625,
					height: 450,
					allowFullScreen:true,
					quality: "high",
					wmode:"transparent",
					flashvars: eval('({"tabData":"%5B%7B%22cat%22%3A%22Maison%22%2C%22elem%22%3A%5B%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FYT-CH_REN-AMM-CUISINE.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FXL-10-sipo.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2Fshutterstock_2625768.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FSCAN-2.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2Fkamin02.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC_0170.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC_0061.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC_0053.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC_0035.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2F00221.jpg%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC02387.JPG%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC02379.JPG%22%2C%22descr%22%3A%22%22%7D%2C%7B%22img%22%3A%22uploads%5C%2Ftx_decrealisation%5C%2FDSC02387_01.JPG%22%2C%22descr%22%3A%22%22%7D%5D%7D%5D"})')
				},
				{
					version: 9,
					update: false
				}
			).css("visibility", "visible");
		});

/*********** tx_decstdcontent_hideFileTypeDescrByDefault **********************/
//this file is inserted in global js file via lib.stdcontent_headerData.51
jQuery(".dsc-file-type-description").hide();
jQuery(".dsc-file-type-description-header").after('<p class="dsc-file-type-description-header"><a href="#" class="dsc-file-type-description-header-link">' + jQuery(".dsc-file-type-description-header").text() + "</a></p>").remove();
jQuery(".dsc-file-type-description-header-link").click(function(){ jQuery(this).parents(".dsc-uploads-file").find(".dsc-file-type-description").toggle(); return false;});


});