// JavaScript Document
function afficheMENU(cibleCT,classCT){
window.parent.document.getElementById(cibleCT).style.display="block";
window.parent.document.getElementById(cibleCT).className=classCT;
}

function masqueMENUF(contact){
window.parent.document.getElementById(contact).style.display="none";
}