var fDesc=new Array(); fDesc[0] = "For over 10 years, thousands of companies all over the world have enjoyed the benefits of using HelpTrac.

They know our features rival packages costing 10 times the price.

They know our prices can't be beaten. They know our support is second to none.

They know our package is extremely easy to use.

They know HelpTrac is the best solution for their help desk needs.

-Full featured help desk software.
-The most cost effective product on the market today.
-Versatile, easy to use system.
-Support that earns praise from our IT customers.
-Over 10 years of proven performance.
-Modular system - Pay for only what you need."; 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 = ''; } }