function afficheReseau(idZone)
{
	window.location.href='reseau.php?zone=' + idZone;
}