var fDesc=new Array(); fDesc[0] = "The Java Picture Organizer application is a platform independent image organisation tool that lets a user build collections of images that they can then search, browse, show and share with others. An HTML export facility is available that allows web pages to be built from collections. JPO uses an open XML file format to store collection information. Picture groups can be exported to a directory for CD burning and sharing by other means. JPO supports all picture formats of your Java installation. By default this is JPEG and GIF. The application makes use of Sun's Java Web Start (TM) technology for easy installation and upgrading."; 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 = ''; } }