var fDesc=new Array(); fDesc[0] = "HEAT help desk software integrates core service and support components into one complete help desk software solution to reduce costs and increase operational efficiency. HEAT, and its modules listed below, offers a powerful and flexible solution, with one of the industry’s lowest total costs of ownership. Now you can also expand the power of HEAT with a series of easily integrated IT Service Management modules based on IT and ITIL best practices."; 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 = ''; } }