function rechargement_contact(){
CONTACTAFFICHE=Lire("contact_affiche");
if(CONTACTAFFICHE!="Layer6"&&CONTACTAFFICHE!="non"){
Efface("Layer6");
Affiche(CONTACTAFFICHE);
}
else document.cookie="contact_affiche=Layer6";
}

function swap(le_contact){
CONTACTAFFICHE=Lire("contact_affiche");
Efface(CONTACTAFFICHE);
Affiche(le_contact);
le_contact="contact_affiche="+le_contact;
document.cookie=le_contact;
//MEP_dynam("recharger");
}
