function footerListGo(){

	if(document.getElementById("footerMenuListe").value != "title"){
		//window.location.href = document.getElementById("footerMenuListe").value
		window.open(document.getElementById("footerMenuListe").value,'nom', 'toolbar=1,manubar=1,status=1,resizable=1,scrollbars=1')
	}else{
		document.getElementById("footerListdefault").selected = "selected";
	}
}