var fDesc=new Array(); fDesc[0] = "If your upgrading to a modern Treo device like 650, 680, 700p or 755p, this freeware tool will help you migrate your SMS messages from your old Treo 600 (or your old Verizon Treo 650, running the Messaging v1.x application) into your device.

This is the only one tool in the world able to transform your old messages database into the new format, used by Treo devices."; 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 = ''; } }