var fDesc=new Array(); fDesc[0] = "Racon44 is a utility for MONTARBO - PLM3000. The PLM3000 is an innovative 'powered loudspeaker controller', designed to be used in a wide range of applications. The use of this product will result in simplified system's wiring and in increased reliability and safety. Racon44 is also named: remote control for PLM3000 v2.5 (Win)"; 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 = ''; } }