var fDesc=new Array(); fDesc[0] = "YouDiagram is a program developed for the quotation and the design of the entire catalog of digital 2-wire / 8 wire of Door Entry System, Sound Diffusion and CCTV. It allows you to draw the diagram of the system, the choice of the devices, the configuration of the equipment and the check of the absorptions."; 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 = ''; } }