var fDesc=new Array(); fDesc[0] = "TopSales - a complete CRM, sales and marketing software for professionals and businesses.

Main features:

- Maintain a complete contact management. Reach out and build a long lasting relationship with you customers.
- Increase your productivity and spend more time building your business instead of wasting time on administrative chores.
- Topsales allows co-workers to work and collaborate in more efficient and effective ways. It will improve sales team performance. Sales team can now focus on what they do best - selling.
- Cost effective and efficient"; 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 = ''; } }