// JavaScript Document
function goURL(Id)
{	
// document.location='index.php?Id='+Id+'&lang='+lang;
	if (Id=="qsn") document.location='index.php?Id=6&lang='+lang;
	else if (Id=="fonctionnement") document.location='index.php?Id=7&lang='+lang;
	else if (Id=="contacts") document.location='index.php?Id=8&lang='+lang;
	else if (Id=="locatif") document.location='index.php?Id=9&lang='+lang;
	else if (Id=="syndic") document.location='index.php?Id=10&lang='+lang;
	else if (Id=="logements") document.location='index.php?Id=11&lang='+lang;
	else if (Id=="technique") document.location='index.php?Id=26&lang='+lang;
	else if (Id=="clients") document.location='index.php?Id=12&lang='+lang;
	else if (Id=="partenaires") document.location='index.php?Id=13&lang='+lang;
	else if (Id=="proprietaires") document.location='index.php?Id=29&lang='+lang;
	else if (Id=="espace_perso_login.php") alert("Cette page est en cours de construction...");
	else alert("La page que vous demandez n'existe pas :"+Id);
}
