var bHelp=false,txtHelp;
function fermeraide() {
bHelp=0;
aide0();
};
function aide2() {
bHelp=true;
document.getElementById('hpromo').innerHTML='<img src="images/info.gif" align="left">'+txtHelp+'<div style="margin-left: auto; width: 60px;"><a href="#" onclick="fermeraide();">X Fermer</a></div>';
document.getElementById('hpromofond').style.visibility = 'visible';
};
function aide1(txt) {
if(bHelp) return;
txtHelp=txt;
document.getElementById('hpromo').innerHTML='<img src="images/info.gif" align="left">'+txt;
document.getElementById('hpromofond').style.visibility = 'visible';
};
function aide0() {
if(bHelp) return;
document.getElementById('hpromofond').style.visibility = 'hidden';
};
