// JavaScript Document
function favoris() { 
if ( navigator.appName != 'Microsoft Internet Explorer' ) 
{ window.sidebar.addPanel("Domaine de Marcilly",document.location,""); } else { window.external.AddFavorite(document.location,"Domaine de Marcilly"); } } 
function affichepopUpamis(recommanderAmi)
    {
    document.getElementById(recommanderAmi).style.visibility='visible';
    }
    function masquepopUpamis(recommanderAmi)
    {
    document.getElementById(recommanderAmi).style.visibility='hidden';
    }

