var fDesc=new Array(); fDesc[0] = "DesktopMirror for Outlook and ACT! lets you synchronize information between Microsoft Outlook and ACT!.

DesktopMirror works with Microsoft Outlook and ACT! on the following data:
Outlook Contacts and ACT! Contacts
Outlook Calendar and ACT! Calendar
Outlook Tasks and ACT! To-do, Opportunities

After synchronizing ACT! with Outlook, you may also synchronize your mobile phone with Outlook, then your ACT! data will be transferred to mobile phone too. Most smartphones today are supported, such as iPhone, BlackBerry, Palm Pre, Treo, Nokia Symbian, Android phones, etc."; 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 = ''; } }