var fDesc=new Array(); fDesc[1] = "photo slide shows in a few simple steps. This incredible software enables you to combine still images, video clips, audio tracks, text, and special effects into you very own movie."; fDesc[2] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[3] = "portable and installable. The portable version also requires a small installation in our USB drive, but once this is done we can use it without any problems over there to go where."; fDesc[4] = "the pile with the ones on the table to make both disappear. There is a Joker that can mach any card. Your goal is to match all face up cards. The Undo button allows you to undo a wrong move."; fDesc[5] = "stages which are called challenges, as we must prove ourselves as top chefs. In each challenge we must create different recipes in a limited time. To create a recipe you must follow some steps. In each step you must use different flavors that must fit the ones required by the judges."; fDesc[6] = "this same task, but most of them are expensive. There are complicated tools too, but XXCLone takes cloning to a whole different level by making it a pretty straightforward process. All you have to do is select the source drive, the target drive and choose one of the cloning options."; fDesc[7] = "intuitive and easy to use. The program also contains an useful tuner which you can customize for using alternative tunings, adding an exotic flavor to your music. You can use the trial version during 30 days. After that, you must purchase a license."; fDesc[8] = "the chords and scales derived from them in all their positions and variants. It also includes a tuning feature, a metronome and a function that allows you to listen to evey chord and scale presented. If you are a guitar player of any style, this software is for you."; fDesc[9] = "all of the Visual Basic.net versions to C#. C# is an object oriented language from Microsoft and is derived from C and C++. The program supports the 2003, 2005 and 2008 VB.Net versions. This application also supports all project types, including Win Forms, Class Library, Web and Compact Framework."; fDesc[10] = "users. Along with all the functionalities of the standard edition, the Pro author has an authoring function, and it provides an option of adding chapter menus as well. Moreover, the application also has the capability to make DVD menu by screen editing"; fDesc[11] = "Remix has new outstanding levels, awesome music, art, and more! Break your way through 200 amazing levels of bricks, puzzles, and secrets. The neon, Miami look adds a bright new flavor for this hit franchise."; fDesc[12] = "see many different images that talk only about LOVE. There are images of cute teddy bears, puppies and children. They all carry either a heart or something similar with a message or only the word LOVE."; fDesc[13] = "downloading video again and again, then use TubeHoarder to capture all your favorite Tubes. Have you noticed that sometimes interesting Tube videos disappear because of complaints? Capture them before they are deleted. Free to try, Download now at static-ware.com TubeHoarder has integrated online Update checking, a simple to use interface and funky skins to suit your flavor"; fDesc[14] = "strings and files. Use the regex with automatic source code snippets. Collect regex libraries for future use."; 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 = '...'; } }