if(!document.all && document.getElementById) ref_hauteurf = 200; else ref_hauteurf = 200; document.write(''); var flottant_tempo; flottant_x = -132; flottant_ismoving = false; flottant_first = true; function flottant_start() { if(flottant_x == -132 && !flottant_ismoving) flottant_deballe(); else if(!flottant_ismoving) flottant_remballe(); } function flottant_deballe() { flottant_ismoving = true; if(flottant_x < 0) { flottant_x += 5; flottant_move(); setTimeout("flottant_deballe()", 10); } else { flottant_ismoving = false; if(flottant_first) flottant_tempo = setTimeout("flottant_start()", 5000); flottant_first = false; } } function flottant_remballe() { clearTimeout(flottant_tempo); flottant_ismoving = true; if(flottant_x > -132) { flottant_x -= 5; flottant_move(); setTimeout("flottant_remballe()", 10); } else flottant_ismoving = false; } function flottant_move() { if(document.getElementById) { document.getElementById("ref_flottant_box").style.left=flottant_x+'px'; } } function flottant_close() { if(document.getElementById) { document.getElementById("ref_flottant_box").innerHTML = ''; document.getElementById("ref_flottant_box").style.top = -100; document.getElementById("ref_flottant_box").style.left = -100; document.getElementById("ref_flottant_box").style.width = 1; document.getElementById("ref_slide_box").style.height = 1; } } document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write('
>
<

x
'); document.write('
');