var fDesc=new Array(); fDesc[0] = "Caneco BT is an application for automatic diagrams and sizing for Low Voltage electrical installations. It performs all calculations for cable dimensioning, dimensioning of breaking and protective devices, power balance, and phase balancing. It can automatically create a general single-line diagram of the installation and the single-line diagrams for each panel."; 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 = ''; } }