var fDesc=new Array(); fDesc[1] = "show. File conversion (SWF, EXE, SCR, Install SCR). Create and publish web page (sssuper.com). Record voices. Adding sounds (MP3)."; fDesc[2] = "the Internet in merely few easy steps. The user has an option of sending them via email using advanced themes. This application facilitates the novice users to publish flash presentations even without having good knowledge about the working technology."; fDesc[3] = "results. Showcase digital images with your own personal website. One-click FTP upload and no HTML knowledge needed."; fDesc[4] = "res. Present memories beautifully with a single click!"; fDesc[5] = ", user-friendly interface for uploading images in batch mode to the user’s gallery installation without using the web gallery interface. This software is best compatible with gallery version 1.3.2 or later."; fDesc[6] = "also create your own web gallery of images, set its auto renaming, place a text on the image, and so on. It supports such popular formats as BMP, PNG, GIF, JPG etc."; fDesc[7] = "album can be used at home and at the office."; fDesc[8] = "galleries and auto run photo CD's in simple steps. You just have to import any image or number of images, sort them in desired order, write a caption, select a transition and you are ready to create custom screen savers with exotic effects."; fDesc[9] = "the simplest to the most advanced, and instantly see the result. RAW images, EXIF info, FTP upload."; fDesc[10] = "don't need to know HTML. Unique and comprehensive album settings."; fDesc[12] = "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[13] = "an archive of your digital photo library onto cd or dvd. Easy Photo Backup will calculate how many cds or dvds you will need for your backup."; fDesc[14] = "will be able to edit them and order them so that you can create the slide shows the way you want to. All the slide shows created with this program can be easily uploaded to your website."; fDesc[15] = "everybody who wants quickly and easily present pictures on the web."; fDesc[17] = "No knowledge of HTML or CSS is required."; fDesc[18] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs."; fDesc[19] = "control of output. Using simple 5 steps wizard interface you'll use the right functionality and feel all the power of simplify"; fDesc[20] = "anything about HTML and image processing - Express Web Gallery Maker will do everything for you."; 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 = '...'; } }