function affichebckview() { var obj = document.getElementById('affichebck'); var objaff = document.getElementById('afficheview'); objaff.src = document.body.background; obj.style.visibility = 'visible'; } function affichebckhide() { var obj = document.getElementById('affichebck'); obj.style.visibility = 'hidden'; } document.writeln("
"); document.writeln(" "); document.writeln("
Voir l'Affiche du Forum ");