var fDesc=new Array(); fDesc[0] = "SmarterTrack is an online help desk that allows you to improve customer service while better utilizing employees and lowering your overall support costs. Deliver unparalleled customer care using an email ticketing system, live chat, and VoIP integration. Plus, SmarterTrack has a self-service portal that includes a complete knowledge base and an online community for user-to-user interaction.

Let SmarterTrack manage you all of your communications! With a robust and flexible email ticketing system, you'll spend less time handling requests and more time finding solutions."; 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 = ''; } }