/*********** func_tx-decgmaps-pi1-152 **********************/

			jQuery("body").unload(function(){ GUnload(); });
			var decgmap152 = new tx_decgmaps_manager(jQuery.parseJSON('{"defaut":{"lat":"46.75984","lng":"1.738281","zoom":"5"},"showMarkersOnZoomLevel":"5","mapTypes":["G_NORMAL_MAP","G_SATELLITE_MAP","G_HYBRID_MAP"],"controles":{"GLargeMapControl":{"x":"null","y":"null"},"GScaleControl":{"x":"null","y":"null"}}}'), "tx_decgmaps_pi1_152", "footer/trouvez-votre-concessionnaire.html?type=330");
			decgmap152.LL = jQuery.parseJSON('{"map_loading":"String.fromCharCode(67,104,97,114,103,101,109,101,110,116,32,100,101,32,108,97,32,99,97,114,116,101)","addressLookup.legend":"String.fromCharCode(82,101,99,104,101,114,99,104,101,114,32,117,110,101,32,97,100,114,101,115,115,101)","addressLookup.address":"String.fromCharCode(65,100,114,101,115,115,101)","addressLookup.zip":"String.fromCharCode(67,111,100,101,32,112,111,115,116,97,108)","addressLookup.city":"String.fromCharCode(86,105,108,108,101)","addressLookup.country":"String.fromCharCode(80,97,121,115)","addressLookup.lookup":"String.fromCharCode(82,101,99,104,101,114,99,104,101,114)","module_missing":"String.fromCharCode(76,101,32,109,111,100,117,108,101,32,37,115,32,110,39,97,32,112,97,115,32,233,116,233,32,116,114,111,117,118,233)","address_notfound":"String.fromCharCode(67,101,116,116,101,32,97,100,114,101,115,115,101,32,110,39,97,32,112,97,115,32,112,117,32,234,116,114,101,32,116,114,111,117,118,233,101)","address":"String.fromCharCode(65,100,114,101,115,115,101)","phone":"String.fromCharCode(84,233,108)"}');
		
				decgmap152.addCat(1, jQuery.parseJSON('"null"'));
			

/*********** func_flash #navigation **********************/

			$("#navigation").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();}
		}

/*********** func_JSImgCode **********************/
if (version == "n3") {img25_0_n=new Image(); img25_0_n.src = "typo3temp/menu/CONTACTERVOTRECONSEILLER_fle_27f95c6c1d.gif"; 
img25_0_h=new Image(); img25_0_h.src = "typo3temp/menu/CONTACTERVOTRECONSEILLER_fle_124f1f8507.gif"; 
img24_1_n=new Image(); img24_1_n.src = "typo3temp/menu/TELECHARGERNOTREDOCUMENTATIO_a602ca2653.gif"; 
img24_1_h=new Image(); img24_1_h.src = "typo3temp/menu/TELECHARGERNOTREDOCUMENTATIO_6481be2ba0.gif"; 
img23_2_n=new Image(); img23_2_n.src = "typo3temp/menu/DEMANDERUNDEVIS_fleche_fdf145901e.gif"; 
img23_2_h=new Image(); img23_2_h.src = "typo3temp/menu/DEMANDERUNDEVIS_fleche_fdba2f1508.gif"; 
img22_3_n=new Image(); img22_3_n.src = "typo3temp/menu/RECOMMANDERCESITEAUNAMI_f_b161776359.gif"; 
img22_3_h=new Image(); img22_3_h.src = "typo3temp/menu/RECOMMANDERCESITEAUNAMI_f_27e886195e.gif"; 
img93_0_n=new Image(); img93_0_n.src = "typo3temp/menu/TROUVEZVOTRECONCESSIONNAIRE_6c9592f6b2.gif"; 
img93_0_h=new Image(); img93_0_h.src = "typo3temp/menu/TROUVEZVOTRECONCESSIONNAIRE_6c9592f6b2.gif"; 
img21_1_n=new Image(); img21_1_n.src = "typo3temp/menu/GRANDEURNATURE_c2c999e096.gif"; 
img21_1_h=new Image(); img21_1_h.src = "typo3temp/menu/GRANDEURNATURE_d1aa45a967.gif"; 
img20_2_n=new Image(); img20_2_n.src = "typo3temp/menu/NOTREACTUALITE_80ea61d06c.gif"; 
img20_2_h=new Image(); img20_2_h.src = "typo3temp/menu/NOTREACTUALITE_eb4cc72d4f.gif"; 
img19_3_n=new Image(); img19_3_n.src = "typo3temp/menu/NOUSRECRUTONS_32acab9db1.gif"; 
img19_3_h=new Image(); img19_3_h.src = "typo3temp/menu/NOUSRECRUTONS_903eb7f14d.gif"; 
img37_4_n=new Image(); img37_4_n.src = "typo3temp/menu/DEVENIRCONCESSIONNAIRE_5bd969abe8.gif"; 
img37_4_h=new Image(); img37_4_h.src = "typo3temp/menu/DEVENIRCONCESSIONNAIRE_dddbc882a4.gif"; 
img18_5_n=new Image(); img18_5_n.src = "typo3temp/menu/MENTIONSLEGALES_656724f461.gif"; 
img18_5_h=new Image(); img18_5_h.src = "typo3temp/menu/MENTIONSLEGALES_f20318ecf5.gif";}

/*********** func_mouseOver **********************/
		// JS function for mouse-over
	function over(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_h.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_h.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_h.src");}
	}
		// JS function for mouse-out
	function out(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_n.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_n.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_n.src");}
	}



$(document).ready(function () {
/*********** tx-decgmaps-pi1-152 **********************/

			decgmap152.start();
		



/*********** flash #navigation **********************/

		$(document).ready(function () {
			if($("#navigation").attr("id") == undefined) $("#navigation").attr("id", "flash-replace-");
			$("#navigation").flash(
				{
					src: "fileadmin/templates/flash/menu.swf",
					width: 144,
					height: 376,
					quality: "high",
					wmode:"transparent",
					flashvars: eval('({"xmlMenu":"menu.xml","currentPage":"93"})')
				},
				{
					version: 8,
					update: false
				}
			).css("visibility", "visible");
		});

/*********** tx_decstdcontent_hideFileTypeDescrByDefault **********************/
//this file is inserted in global js file via lib.stdcontent_headerData.51
$(".dsc-file-type-description").hide();
$(".dsc-file-type-description-header").after('<p class="dsc-file-type-description-header"><a href="#" class="dsc-file-type-description-header-link">' + $(".dsc-file-type-description-header").text() + "</a></p>").remove();
$(".dsc-file-type-description-header-link").click(function(){ $(this).parents(".dsc-uploads-file").find(".dsc-file-type-description").toggle(); return false;});


});