var fDesc=new Array(); fDesc[0] = "Luxor CRM Outlook Sync teaches you how Luxor CRM seamlessly syncs your MS Outlook mail client.

This synchronization software is designed to synchronize Prospects, Contacts, Tasks, and Calendar events to and from both Luxor CRM and Microsoft Outlook. The Activity Add-In included with the software allows e-mails to be recorded as historical activities in Luxor CRM."; 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 = ''; } }