var fDesc=new Array(); fDesc[1] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps."; fDesc[2] = "flash, flash video, exe and screensaver. You can edit video, control brightness, contrast, add effects, flip image, trim, crop, merge multiple files to a single output, and configure output parameters."; fDesc[3] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs."; fDesc[4] = "images, editing them in external editors, exporting them to html gallery, publishing images to some blogs, and uploading folders or individual images to Flickr. The program should meet the demands of the users who like adding creativity to editing images."; fDesc[5] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available"; fDesc[6] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper."; fDesc[7] = "PowerPoint source. You will get all advantages of Flash format such as compactness, easy distribution, streaming, etc."; fDesc[8] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls."; fDesc[9] = "page content. The program has own image manipulation features, that you don't need to use image editor."; fDesc[10] = "spend many hours creating and designing a photo album, then Porta is a good option for you. This simple and easy to use program is able to create beautiful HTML galleries from your images directories."; fDesc[11] = "albums. A web album is a web page that has templates of the pictures that are located on a directory. All the application really does, basically, is create an HTML thumbnail page for you to publish on your website."; fDesc[12] = "to present their photos in the form of an Internet album. By using our software you will quickly create and publish Internet gallery."; fDesc[13] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes."; fDesc[14] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[15] = "need to be a computer science guru and learn Internet technologies"; fDesc[16] = "objects can be attached to a page also allowing the text to be corrected. The page can be completely edited by changing fonts, colors, borders and adding images. Important features also include quick preview, free internet publishing with just one click."; fDesc[17] = "having to edit it first. RSS Wizard generates RSS 2.0 feeds and allows you to create, edit and publish an unlimited number of RSS feeds."; fDesc[18] = "the most popular forms of payment - Paypal. With this program you will be able to create your online shop without knowing how to integrate PayPal."; fDesc[19] = "or HTML files. With the Toolbox you can also work with your PDF files. The two programs together give you all the tools you need for publishing and converting all kinds of source files into web optimized PDF or HTML pages."; fDesc[20] = "software. This program enables you to have one page with all twelve months on it and then a page for each month. The software not only creates a calendar, but it also allows you to put in several notes for each day."; 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 = '...'; } }