var fDesc=new Array(); fDesc[0] = "MobiSystems Paint is a proven picture editor, organizer and photo viewer that has been a leader in the Palm software marketplace for years.
By using this tool you can share, organize and find images fast.
The application includes three different preview modes; context menus for easy access to frequently used operations; an ability to browse the directory structure of your PDA and memory card as if you are working in Windows Explorer.
With the ability to categorize your image collection you can access your digital images quickly, just the way you want.
You will be able to share your images with your friends and family through beaming or Bluetooth, as SMS messages or email attachments."; 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 = ''; } }