var fDesc=new Array(); fDesc[0] = "With TopSales you can maintain a complete contact management and build a long lasting relationship with you customers.

TopSales is a powerful sales automation, contact management, document management and email message processor tool for sales and marketing people who are into internet marketing. It enhances sales productivity by automating sales process with daily contact management functions, mailing lists and email autoresponder."; 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 = ''; } }