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

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");
}