function switchecarte(quel) {
$("#PlanAnderlecht").attr({ src: quel});
}

function apparaitcherche() {
	$("#bloccherche").slideToggle("normal");	
}

$(document).ready(function(){   $("#navigation").each(function(){
    $(this).append("<li><a href='javascript:apparaitcherche();' class='titre-recherche'>Rechercher</a></li><li id='bloccherche' style='display:none'><form action='spip.php?page=recherche' method='get'><input name='page' value='recherche' type='hidden' /><input type='text' class='forml' name='recherche' id='rechercher' value='--->' onfocus='this.value=&#34;&#34;;' /></form></li>");
 	});
 });