var fDesc=new Array(); fDesc[0] = "DesktopMirror for Outlook and Palm Desktop lets you synchronize information between Palm desktop and Microsoft Outlook. What does DesktopMirror do:
Keep information shared and up to date on both Palm Desktop and Outlook; Convert data from Palm, Treo or Palm Desktop to other mobile phones or tablets, such as iPhone/iPad, BlackBerry, Windows Phone, Nokia, Android, etc; Use both Palm/Treo and other mobile phones and need to sync information between them; Sync Palm or Treo with Outlook via Palm Desktop Outlook sync."; 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 = ''; } }