/*********** func_flash #tx-decstdcontent-flash-3 **********************/

			jQuery("#tx-decstdcontent-flash-3").css("visibility", "hidden");
		

/*********** func_flash #tx-decstdcontent-flash-10 **********************/

			jQuery("#tx-decstdcontent-flash-10").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-3 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-3").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-3").attr("id", "flash-replace-3");
			jQuery("#tx-decstdcontent-flash-3").flash(
				{
					src: "uploads/media/carte_01.swf",
					width: 319,
					height: 219,
					quality: "high",
					wmode:"transparent",
					flashvars: eval('({"urlTrouver":"\/mon-magasin\/trouver-un-magasin.html"})')
				},
				{
					version: 9,
					update: false
				}
			).css("visibility", "visible");
		});

/*********** flash #tx-decstdcontent-flash-10 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-10").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-10").attr("id", "flash-replace-10");
			jQuery("#tx-decstdcontent-flash-10").flash(
				{
					src: "uploads/media/frise.swf",
					width: 965,
					height: 139,
					quality: "high",
					wmode:"transparent",
					flashvars: eval('({"frise":"fileadmin\/flash\/frise.xml","chemin":"fileadmin\/flash\/"})')
				},
				{
					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;});


});