function afficheZone(objZone)
{
   objZone.style.display="";
}
function masqueZone(objZone)
{
   objZone.style.display="none";
}