var fDesc=new Array(); fDesc[0] = "JetPhoto Studio is a feature-rich and easy-to-use digital photography software.
With just a few clicks, JetPhoto Studio can turn your digital photos into a Flash gallery or a web gallery quickly and easily. Professional looking templates are predesigned for your fantastic galleries.
Main features:
- Organizes photos in albums
- Manage photos with the calendar and map
- Geotag photos with GPS
- Create Flash and Web galleries
- Publish web albums with JetPhoto Server"; 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 = ''; } }