var fDesc=new Array(); fDesc[0] = "Desktop Sales Officefor is an application for sales professionals and sales teams. It can track, manage, and master every deal and your entire sales pipeline: revenue, dates, status, probability, journals and more. The deals are linked to contacts, related deals, documents, appointments, tasks, and web pages.

In addition, this tool can automatically track and journal calls, mail, email, appointments, tasks, progress, and notes. It is able to organize your contacts by rating, categorizing and connecting them."; 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 = ''; } }