function hide_layer(){document.getElementById('flashTireSelector').style.zIndex = 0;} function show_layer(){document.getElementById('flashTireSelector').style.zIndex = 1000;} function load() { flashSrc = typeof document.all == "undefined" || window.opera?'6043':'6042'; flashSrc = "http://www.michelin.fr/michelinfr/image.ImagePhotothequeServlet?codePhoto="+flashSrc+"&codeGalerie=MICHFR&codeRubrique=20060704104376&taille=vignette"; var uid = new Date().getTime(); var flashProxy = new FlashProxy(uid, flashSrc); var tag = new FlashTag(flashSrc,'482','260'); tag.setFlashvars('lcId='+uid); tag.setFlashvars("src_xml=http://www.michelin.fr/michelinfr/document.DocumentRepositoryServlet?codeDocument=6382%26codeRepository=MICHFR%26codeRubrique=home"); document.getElementById('flashTireSelector').innerHTML = tag.toString(); if(typeof document.all == "undefined" || window.opera) { document.getElementById('flashTireSelector').style.position = 'relative'; document.getElementById('flashTireSelector').style.zIndex = -1; document.getElementById('flashTireSelector').style.marginBottom = '-260px'; $divs = document.getElementsByClassName('hp_blockVignettes'); for(i=0;i<$divs.length;i++) { $divs[i].style.position = 'relative'; $divs[i].style.zIndex = 10; } /* if(document.getElementById('8910706693')) { document.getElementById('8910706693').style.position = 'relative'; document.getElementById('8910706693').style.zIndex = 10; } */ document.getElementById('flashTireSelector').style.zIndex = 0; } } onload = load;