/*********** func_flash #tx-decstdcontent-flash-115 **********************/

			jQuery("#tx-decstdcontent-flash-115").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-115 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-115").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-115").attr("id", "flash-replace-115");
			jQuery("#tx-decstdcontent-flash-115").flash(
				{
					src: "http://www.construction.fr/typo3conf/ext/dec_stdcontent/media/swf/player.swf",
					width: 480,
					height: 395,
					allowFullScreen:true,
					quality: "high",
					flashvars: eval('({"urlFLV":"http:\/\/www.construction.fr\/uploads\/media\/MASTER_YS_3SOL_261009_h264.flv","skin":"http:\/\/www.construction.fr\/typo3conf\/ext\/dec_stdcontent\/media\/swf\/SkinUnderPlayStopSeekFullVol.swf","skinBGColor":"#000000","skinBGAlpha":"1","skinAutoHide":"false","autoRewind":"true","autoPlay":"true"})')
				},
				{
					version: 10,
					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;});


});