var fDesc=new Array(); fDesc[0] = "TiSoft ElectricalDesign helps you design any building's electrical installation, make all the necessary calculations ensuring code compliance, and produce a variety of drawings, floorplans, schematics and reports. It will also provide a wealth of information that will assist you in making design decisions early on, avoid oversizing materials and equipment and visualize the installation prior to construction."; 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 = ''; } }