var fDesc=new Array(); fDesc[0] = "With so little time and tight budgets, you’re lucky if a prospect gives you 5 minutes.
That’s why 1000s of sales professionals use Glance as part of their prospecting process to warm their introduction and quickly grab attention.Today’s customers can easily switch to a competitive product and tell the world about it. But great service keeps them loyal and coming back for more."; 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 = ''; } }