var fDesc=new Array(); fDesc[0] = "Blue Nomad (formerly known as BackupBuddy Software, LLC) has released WordSmith for Palm (and compatible) organizers, such as the Handspring Visor, Edge, Sony Clie, TRGPro, Kyocera and HandEra.
WordSmith, co-developed by Blue Nomad and Quik Sense Software, LLC is the most revolutionary, intuitive and full-featured word processor, doc viewer and enhanced memo pad available for the Palm organizer. WordSmith synchronizes and integrates seamlessly with Microsoft Word so that your desktop documents can easily be transferred to your organizer and vice versa with little or no change in formatting!"; 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 = ''; } }