var fDesc=new Array(); fDesc[0] = "Key Features:

* Best-selling photo software for PDAs and Smartphones
* Show images individually or in a slide show with transitions and background music (where supported)
* Up to 80% faster than built-in photo software on most devices
* Store and manage images using the built in camera on devices like the Treo and Zire 72.
* Read images from memory cards taken directly from a digital camera
* Send images to other mobile devices via infrared, Bluetooth, or email (where supported)
* Pan and zoom on your handheld or smartphone"; 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 = ''; } }