var fDesc=new Array(); fDesc[0] = "FineELEC is a program that combines design and calculations in a fully integrated environment, making all the required calculations for any Electrical Building Installation directly from drawings, hence producing automatically all the study results. You can make calculation sheets, technical reports, bill of materials and costing, as well as all the final drawings (plan views, panel diagrams, details)."; 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 = ''; } }