var fDesc=new Array(); fDesc[0] = "Treodesktop is a desktop application capable of understanding, importing and making available any type of phone data from any PalmOS Treo or Centro smartphone as well as any generic PalmOS device running the standard PalmOS Messages application. This software bridges the gap in the Palm Desktop built-in software which only provides a phone data backup, with no possibility of reading and storing the information. Using Treodesktop you can protect your personal data: memorable text conversations or business related information, as well as your whole call log, will not ever be lost."; 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 = ''; } }