var fDesc=new Array(); fDesc[0] = "System Integrator is an estimation, system design, and project management tool. 2016 version comes with many features including Purchase Orders; it enable you to issue POs to vendors directly from within SI 2016. Mobile Install (MI) functionality gives you the power to publish Install Tasks and Service Orders to a portal powered by the D-Tools cloud that can be accessed by technicians and installers in the field from any web-enabled device."; 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 = ''; } }