var flashvars = {  };
swfobject.embedSWF("bandeau.swf", "bandeauMenu", "982", "207", "9.0.0", "expressInstall.swf", flashvars);


function goTo(url){
	document.location.href=url;
}


function recherche(){
	var obj = document.getElementById("mc");
	document.location.href="recherche.php?mc=" + obj.value;
}

function contactElu(){
	var obj = document.getElementById("elu").value;
	document.location.href='nous-contacter.php?contact='+obj;
}
