// 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'; }
}