function menuHaut(qui){
	if(qui == "m1"){
		location.href="nos-services-gestion.php";
	}
	if(qui == "m2"){
		location.href="nos-services-syndic.php";
	}
	if(qui == "m3"){
		location.href="les-lois-nouvelles.php";
	}
	if(qui == "m4"){
		location.href="rechercher-locations.php";
	}
	if(qui == "m5"){
		location.href="rechercher-ventes.php";
	}
}
