var fDesc=new Array(); fDesc[1] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[2] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence."; fDesc[3] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout."; fDesc[4] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code."; fDesc[5] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[6] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps."; fDesc[7] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[8] = "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[9] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too."; fDesc[10] = ", specify output video parameters with AVS Video to Flash!"; fDesc[11] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs."; fDesc[12] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs."; fDesc[13] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID."; fDesc[14] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc."; fDesc[15] = "this program to increase their skill and add to their enjoyment of chess. There are loads of hints and help such as a last move marker, display of the opening name from the Encyclopaedia of Chess Openings, narration about the position of both players, information for beginners, glossary of chess terms and tactics, tip of the day and more. Change the playing strength to suit yourself, set up the board to any layout, play a specific opening by name, choose different styles of time limits, add comments to specific moves, replicate the board to set up variations with one mouse click, use the new analyse mode to do a comprehensive search of a position, and more. Play chess by email, print board layouts and move listings, load and save games in the internationally recognised EPD, FEN and PGN formats, publish games to HTML, BMP and JPEG formats, copy and paste games to and from other chess..."; fDesc[16] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum"; fDesc[17] = "Flash format making it the cross-platform presentationware of choice. Fast and reliable, immediate rendering."; fDesc[18] = "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[19] = "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[20] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper."; 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 = '...'; } }