var fDesc=new Array(); fDesc[2] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle."; fDesc[9] = "photograph, rotate it, and print as many copies as you need at exactly the size requested in your country. As a bonus, you can add some colour effects to your photographs before printing."; fDesc[10] = "logos and ringtones to a range of Nokia phones via data cable, infrared or Bluetooth."; fDesc[11] = "pasted from other applications such as Photoshop. Select foreground, background and link colours. Save and recall colour schemes in a snap. Support for 216 colour Netscape palette. Compact, fast, and with no external data or runtime files."; fDesc[12] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library."; fDesc[13] = "one of the best puzzle games ever done: Bust-A-Move (Puzzle Bubble). For those who don't know Bust-A-Move the aim of the game is to get through levels by exploding dinosaur eggs of the same colour."; fDesc[14] = "it on clipboard to access from any HTML or graphics editor !"; fDesc[15] = "be very useful in designing HTML pages. The utility has a very simple and easy-to-use interface. It offers several methods for picking colors. Colour To HTML 5.2 can remember colors that you have used in its history. The utility includes a range of options for customizing its performance."; 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 = '...'; } }