/*********** func_flash #tx-decstdcontent-flash-2822 **********************/

			jQuery("#tx-decstdcontent-flash-2822").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-2822 **********************/

		jQuery(document).ready(function () {
			if(jQuery("#tx-decstdcontent-flash-2822").attr("id") == undefined) jQuery("#tx-decstdcontent-flash-2822").attr("id", "flash-replace-2822");
			jQuery("#tx-decstdcontent-flash-2822").flash(
				{
					src: "uploads/media/encartClub2.swf",
					width: 465,
					height: 200,
					quality: "high",
					flashvars: eval('({"page":"http:\/\/www.club-gourmet.aoste.fr\/le-club-de-a-a-z\/sinscrire.html","siteURL":""})')
				},
				{
					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;});


});