var fDesc=new Array(); fDesc[0] = "Arthaus Photoalbum Wizard is by far the most powerful and easy to use WIZARD style utility program available for taking your existing images and automatically creating an optimized digital photo album for use on the Web, Email or CD. With a choice of 4 photo album styles including slideshow, popup, frames and (new with this release) Flash, there's a style to suit every taste. Included are image controls for brightness, contrast, color balance, text/background colors and image selection, automatic thumbnail and cross-browser HTML/JavaScript generation. What's more, every photo album is highly compressed for faster downloading over the web or sending via Email. The latest version has optional eye-catching 3D photo frames, super fast turbo mode, facilities to build slideshows based on templates and much, much more! All of the HTML and JavaScript Code is automatically generated - you can publish your albums as they are or copy and paste the code into your own pages. We've even included Email support directly from within the program - compress your images and email them to anyone in seconds! Organizing your photos has never been so easy or so much fun thanks to Arthaus Photoalbum Wizard!! Comprehensive online help walks you through the process step by step from selecting and optimizing your images, choosing an album style and of course generating the album itself. Included is a comprehensive section on using your newly created album, with instructions for publishing it to the Web, along with many useful tips for storing it on CD!"; 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 = ''; } }