var fDesc=new Array(); fDesc[0] = "LX122 is the indipensable companion for your keyboards and organ. The LX122 emulates the Horn and the Drum, as well as the room where various coherent reflections are occurring when they are rotating. It also emulates the tube base amplifier as well as the intrinsic characteristics of the Drum (woofer response and drum size) or the Horn (Tweeter response, horn size and diffusers)."; 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 = ''; } }