var fDesc=new Array(); fDesc[0] = "D-Tools System Integrator 2015 is a proposal, system design and project management software. From large commercial integrators to smaller companies, SI 2015 helps increase revenues while reducing time and costs associated with the integration of low-voltage systems. SI 2015’s data-driven workflow links equipment lists to project documentation – including estimates, and drawings (via Visio or AutoCAD), and enables the creation of Work and Service Orders to effectively manage the project to completion."; 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 = ''; } }