var fDesc=new Array(); fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[2] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[3] = "Digs and Marine Mania for the players imagination to fly free while they are taking caring for more than 100 land, seas and extinct creatures in the most amazing and realistic possible way."; fDesc[4] = "your childhood's stories. Pure water springs give birth to the Charming Waterfalls. The sound of water splashing could be heard in the background while you could see the water falling."; fDesc[5] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2."; fDesc[6] = "conflict that seems to come out of a news tv show rather than a book, despite having the script made by Dale Brown, an American famous writer and columnist who gives his imagination to the development of this game."; fDesc[7] = ", excellent in quality and reasonable in price. You also can enjoy excellent after service."; fDesc[8] = "free rein to your imagination and creativity with this powerful yet easy-to-use 3D modeling and animation tool called K-3D. One of its best features is that it's totally free."; fDesc[9] = "includes an ASCII editor for direct drawing on a grid, using the ASCII characters shown below the grid. Users can create figures, pictures, etc. on their own imagination."; fDesc[10] = "directory tree and desktop. There are two options to customize our files, folders, programs, etc. The first option lets us change colors. The second option allows us to change the standard Windows icons."; fDesc[11] = "hair style for any occasion. Playing this game you can choose a style that suits you, in time, all the time."; fDesc[12] = "stunning 3D. No other software makes it as easy to create your own highly detailed tracks, stations, tunnels, towns, roads, level crossings and scenery. Ideal for railway enthusiasts of all ages, the only limit is your imagination."; fDesc[13] = "strange things. This awesome screen saver will show you a graveyard at night during a storm. There are several graves, where phosphorescent lights wander near the ground."; fDesc[14] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color."; fDesc[15] = "for insertion into your favourite text editor."; 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 = '...'; } }