var fDesc=new Array(); fDesc[0] = "Palm Desktop is software that allows palm device users to synchronize information with their computer. It is an easy-to-use set of applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos, and installing applications in your palm using the Quick Install feature. Palm Desktop can categorize all this information, using categories such as business, personal or any other user-defined category.
Palm Desktop can be used by several users and can store their information separately, so several palm users can synchronize their data with the same computer.
Palm Desktop synchronizes the Palm device using a USB Cable, serial cable, Modem or Bluetooth.
Palm Desktop offers security features to protect your valuable information, such as Hide or Mask Records. Also, you can configure a password, so your information is kept confidential.
To further protect your information, with the Auto Save feature you can take for granted that your information will be saved automatically, and it can be restored to your palm device or a new one."; 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 = ''; } }