document.write(''); document.write('
'); var div1 = document.getElementById("barre").style; var objet; function placeObj(px,py) { div1.left=px+'px'; div1.top=py+'px'; } function voirMenu() { var posy; if (navigator.appName=="Microsoft Internet Explorer") { offsety = document.body.scrollTop; offsetx = document.body.scrollLeft; } else { offsety = window.pageYOffset; offsetx = window.pageXOffset; } placeObj(0,offsety); tempo = setTimeout("voirMenu()",30); } if(document.getElementById) { voirMenu(); } function fiesta(url) { var wid=(screen.width-10); var hei=(screen.height-30); window.open (url,'BlogSeins','toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width='+wid+',height='+hei+''); } function ChangeUrl(formulaire) { if (formulaire.ListeUrl.selectedIndex != 0) { window.open(formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value); } else { alert('Veuillez choisir une destination.'); } }