var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos."; fDesc[3] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[4] = "spider man whose mission is to stop Electro from taking over the world. Throughout the game, user swing from building to building, picking up power-ups, beating up thugs and hired goons, and every so often confronting a boss who then proceeds to whip the living tar out of them."; fDesc[5] = "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[6] = "your own site. It's free."; fDesc[7] = "new look to our classic photo albums, and it is very unique and easy to share. Thanks to the in-built 3D designer templates, we can now view our images in several exciting 3D environments like showrooms, art galleries, neon maze, Halloween, camp, Chinese garden etc."; fDesc[8] = "just have to drag web address from your browser and drop it in the program's basket, and it automatically downloads all the files."; fDesc[9] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; fDesc[10] = "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[11] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends."; fDesc[12] = "Video, CD, or DVD. Its nearly 70 different transition effects, together with its extensive catalogue of themes, offer you unlimited possibilities to share and enjoy your digital photo collections."; fDesc[13] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it."; fDesc[14] = "accurate Export Preview; five anti-aliasing levels. Includes fonts, objects, etc. FREE. Registration required."; fDesc[15] = "output files in original or converted JPG, BMP, TIFF, GIF, PNG, PCX, TGA. This full-featured image-processing software generates preview in real time. Advanced styles come as an added value for making of your pics or videos the coolest ones!"; fDesc[16] = "customizable. Users can download hundreds of themes and bars for it from the theme library on www.wincustomize.com."; fDesc[17] = "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[18] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun."; fDesc[19] = "show. File conversion (SWF, EXE, SCR, Install SCR). Create and publish web page (sssuper.com). Record voices. Adding sounds (MP3)."; fDesc[20] = "ways: HTML code, design graphical view and a true preview of the document in a built-in browser style or on a true browser. It offers three add-ons tools, divided in categories and displayed on tags, to create Java, Javascript, or DHTML buttons, menus, banners and effects."; 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 = '...'; } }