var fDesc=new Array(); fDesc[1] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software."; fDesc[2] = "astonishing effects. The application features a simple and intuitive three-step user interface, that enables you to create original slideshows to share with your family and friends in a snap."; fDesc[3] = "your images to the list, click a few buttons and watch your new web gallery come alive. This all is done by the help of a wizard which guides the user through a series of easy steps to create photo galleries easyly and fast."; fDesc[4] = "formats. The program allows you to work on your galleries offline, saving your projects until you get them just right. Once you are ready to publish to your galleries, the program automatically creates the HTML code for your gallery and image pages."; fDesc[5] = "don't need to know HTML. Unique and comprehensive album settings."; fDesc[6] = "backgrounds, 3D knots and rosettes, 3D buttons, bullets, decorative borders and other web graphics in unique jewelry style."; fDesc[7] = "knowledge about this kind of project. But with Easy Web Gallery Builder, you will be able to create stunning web galleries of photos and videos in minutes."; fDesc[8] = "category driven product catalog with highly customizable styles, user defined language and powerful features."; fDesc[9] = "CD/DVD archival. Photos can be printed, emailed or uploaded as web galleries."; fDesc[11] = "control of output. Using simple 5 steps wizard interface you'll use the right functionality and feel all the power of simplify"; fDesc[12] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs."; fDesc[13] = "anything about HTML and image processing - Express Web Gallery Maker will do everything for you."; fDesc[14] = "creates the thumbnails and delivers a full set of linked web pages. This application is packed with more features than we can men..."; fDesc[15] = "numerous themes, customize almost every detail, and publish your web album instantly or save it for future use."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }