/* AUTHOR: INFO SERVICE */ /* CREATION DATE: 29/08/2005 */ var launch; var wd; var nwd; var nnwd; var efface; function initnews2() { wd = document.getElementById("imgedit").width; nwd = 745-wd-80; nnwd = 730-wd; document.getElementById("trait").style.width=nwd+'px'; document.getElementById("edito").style.width=nnwd+'px'; } function montre(id) { clearTimeout(efface); var d = document.getElementById(id); for (var i = 1; i<=10; i++) { if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';} } if (d) {d.style.display='block';} } function hide(x) { document.getElementById('smenu'+x).style.display='none'; } function montre2(x) { efface= setTimeout('hide('+x+')',200); }