// JavaScript
 function showroom(){
    winshowroom=window.open('http://www.tarkett-batiment.fr/img/guide-interactif/index.html','','resizable=yes');
    winshowroom.focus();
 }
 function acczent(){
    win=window.open('http://www.tarkett-batiment.fr/img/Acczent-Compact/Index.html','','resizable=yes');
    winacczent.focus();
 }
function inverseDisplayPresentation() {
  if(document.getElementById('infobulle').style.display != 'block' ) { document.getElementById('infobulle').style.display = 'block'; }
  else { document.getElementById('infobulle').style.display = 'none'; }
}
function ShowFlash_inside(swf, largeur, hauteur, alternatif)
{
            document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+ largeur +'" height="'+ hauteur +'">');
            document.write('<param name="allowScriptAccess" value="sameDomain" />');
            document.write('<param name="movie" value="'+swf+'" />');
            document.write('<param name="quality" value="hight" />');
            document.write('<param name="WMode" value="Transparent" />');          
            document.write(alternatif);
            document.write('</object>');
}
function ShowFlash(swf, largeur, hauteur, alternatif)
{
            document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+ largeur +'" height="'+ hauteur +'">');
            document.write('<param name="allowScriptAccess" value="sameDomain" />');
            document.write('<param name="movie" value="'+swf+'" />');
            document.write('<param name="quality" value="hight" />');
            document.write('<param name="WMode" value="Transparent" />');          
            document.write(alternatif);
            document.write('</object>');
}