/* mes fonctions JS */
function afficheLogement(id) {
	window.open("popup.php?id="+id, "Logement_"+id, "width=630, height=500, scrollbars=1");
}

// destination des liens
function emulate() {
	self.status=' ';
	return true;
}

function openPopup(URL,nom,options) {
  window.open(URL,nom,options);
}
