/*********** func_flash #tx-decstdcontent-flash-30 **********************/

			jQuery("#tx-decstdcontent-flash-30").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 #tx-decstdcontent-flash-30 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-30").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-30").attr("id", "flash-replace-30");
			jQuery("#tx-decstdcontent-flash-30").flash(
				{
					src: "uploads/media/accueil_01.swf",
					width: 1024,
					height: 324,
					allowFullScreen:true,
					quality: "high",
					wmode:"transparent",
					flashvars: eval('({"link1Thermo":"http:\/\/beton-cellulaire.construction.fr\/thermopierre\/realisations-maison-basse-consommation.html","link2Thermo":"http:\/\/beton-cellulaire.construction.fr\/thermopierre\/constructeur-maison-ecologique.html","link1MI335":"http:\/\/beton-cellulaire.construction.fr\/mi335\/realisations-maison-bbc.html","link2MI335":"http:\/\/beton-cellulaire.construction.fr\/mi335\/constructeur-maison-bbc.html","link1Caropro":"http:\/\/beton-cellulaire.construction.fr\/caropro\/realisations-cloison-carreau.html","link2Caropro":"http:\/\/beton-cellulaire.construction.fr\/mur-coupe-feu\/realisations-bloc-beton-cellulaire.html","link1MultiPor":"http:\/\/beton-cellulaire.construction.fr\/multipor\/maison-passive.html","linkProdThermo":"http:\/\/beton-cellulaire.construction.fr\/thermopierre\/construction-maison-ecologique.html","linkProdMI335":"http:\/\/beton-cellulaire.construction.fr\/mi335\/presentation-maison-basse-consommation.html","linkProdMultiPor":"http:\/\/beton-cellulaire.construction.fr\/multipor\/maison-passive.html","linkProdCaropro":"http:\/\/beton-cellulaire.construction.fr\/caropro\/cloison-carreau-beton-cellulaire.html"})')
				},
				{
					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;});


});