var fDesc=new Array(); fDesc[0] = "The BW-1 is a dedicated BassDirect speaker designed for front wall placement in 2 2 systems. When placing the flat designed cabinet against the front wall, the direct sound as well as wall and floor reflections will arrive simultaneously at the listening position - resulting in unsurpassed attack and precision. It's the perfect match for the Lyngdorf DP-1 - or any other main speaker."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }