var fDesc=new Array(); fDesc[0] = "cpTracker Professional is a single or multi-user system that will assist you in managing your contacts, prospects, customers, sales, projects and tasks to the last detail. cpTracker Professional is your Complete CRM/Contact, Project and Helpdesk Solution! Easy to use and very powerful. We are also available to customize cpTracker to perfectly accommodate your needs or for any software development project...at very reasonable rates."; 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 = ''; } }