var fDesc=new Array(); fDesc[1] = "tools for creating a website graphical skills or technological/HTML knowledge and many extra features such as BLOG, Calendar, e-Commerce, Guestbook, impressive image slideshows, PodCast, Counters needed, EZ generator is an efficient solution to overcome all these problem."; fDesc[2] = "HTML 3.2 previewer; formats: BMP, GIF, JPEG; re-generate shapes from EXISTING html code (two-way operation!). Help file ..."; fDesc[3] = "album can be used at home and at the office."; fDesc[4] = "Image maps are generally used to provide a navigation alternative to your website by means of images. Image maps are generally HTML components which are not very easy to understand, implement and test."; fDesc[5] = "timeline is ready for presentation, once you've input your data entries in the Event Entry tab. You can also import your data from other applications."; fDesc[6] = "captions.Supports 22 image formats include JPG, JPEG 2000, GIF,PNG, BMP, TIFF, PCX, PSP, PSD and more"; fDesc[7] = "rectangles, circles and even polygon regions is provided and you can import all your current image maps."; fDesc[8] = ", edits them, automatically creates HTML pages and slideshows for the web, home or CD, saves, uploads to the web or sends it over e-mail. It has been designed to create professional looking image galleries. It is one of the most flexible photo album software in its class and great for power users. If you have some knowledge of HTML, you can customize absolutely everything, including page layouts and style sheets; add links to outside pages and more. Features: Designed to make photo albums and slideshows easy and fast Professional looking photo albums Photo editing and Effects Tools Drag and drop image support Provide titles and captions for each photo Built-in Instant Gallery Wizard Built-in FTP uploader"; fDesc[9] = "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[10] = "galleries, add captions. Supports image of 22 image formats including PSP, PCD, PSD, JPG, JPEG 2000, PNG, GIF,TIFF, PCX and more."; fDesc[11] = "generates thumbnails and places them on html pages by a specified template. Easy-to-use for novices and very flexible in hands of experienced webmasters."; fDesc[12] = "mapping images fast and easy."; fDesc[13] = "collections of shapes and images for creating professional drawings. It also lets you define your own node shapes and images."; fDesc[14] = "utility when organizing large amount of image files in local harddisk. And first of all, it's Free."; fDesc[15] = ", GIF, PNG, TIFF, TGA, PCX, WMF and EMF image with whole web page or snapshot."; 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 = '...'; } }