var fDesc=new Array(); fDesc[0] = "Generate graphical photo albums for the web Contains a built-in FTP client for uploading photo albums to the the web CDROM ready feature, create auto-start CDs containing photo albums. Automatically prep images for the web without modifying the original photos. Create auto-loading slide-shows with user-specified time interval Save photo album collections to disk so they may be retrieved/edited later Build photo albums that can be used locally or on a web server Control JPEG compression at various levels (thumbnail, index page, remote images) Create contact sheets Support for Internet Explorer and Netscape Communicator There are many customization features Supports a wide varitey of graphic fomats, JPG, GIF, BMP, PSP, TGA, PCX, TIF, and more."; 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 = ''; } }