var fDesc=new Array(); fDesc[0] = "Retriever for the Desktop is a synchronization application built using the Microsoft .NET Framework. The application allows you to synchronize your Contacts and Calendar activities between Redtail CRM and Microsoft Outlook.
Changes to these items within Microsoft Outlook do not sync back to Redtail: phone number extensions (Business, Business Fax, Home, Home Fax, Mobile), primary address information and important information section."; 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 = ''; } }