var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[3] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[4] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[5] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats."; fDesc[6] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[7] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels."; fDesc[8] = "organize TV channels, radio stations, music, photos and videos, share multimedia files through the home network to other computers using Universal Plug and Play technology, also converting and real-time transcoding media formats automatically for any device."; fDesc[9] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[10] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats."; fDesc[11] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways."; fDesc[12] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing"; fDesc[13] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[14] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard."; fDesc[15] = "look like they have been hand drawn by the best artists."; fDesc[16] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[17] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need."; fDesc[18] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear."; fDesc[19] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images."; fDesc[20] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others."; 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 = '...'; } }