var fDesc=new Array(); fDesc[0] = "SwitchSync makes it possible to synchronize the standard Palm PIM applications, that is, the Contacts, Calendar, Tasks and Notes with both Palm Desktop and Outlook on some new Palm devices, such as Tungsten E, Tungsten T3|T5, Zire 31, Zire 72, Palm T|X, Treo 650, LifeDrive etc. The extened built-in Palm PIM applications have more fields to synchronize with Outlook better. During the installation of Palm Desktop, you may choose to synchronize the Palm PIM applications with Palm Desktop or Outlook. While after that, it is convenient to switch the conduit application. In most cases, you will have to reinstall the conduits."; 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 = ''; } }