var fDesc=new Array(); fDesc[1] = "you ask me. The franchise started back in the year 1993 on the Sega genesis. Since then, this game has been improving in almost every aspect possible."; fDesc[2] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!"; fDesc[3] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever."; fDesc[4] = "wireless guitar that you can use to play the game. The goal of the game is to play the songs that are featured on the game with your guitar. That is achieved by hitting notes when they appear on screen."; fDesc[5] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[6] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job."; fDesc[7] = "will be able to call anywhere from the comfort of your computer chair, and that is priceless. Gizmo5 is a strong competitor of Skype. Both are the best-known applications of the type, Skype probably being the most famous."; fDesc[8] = "year at Beach Burger, Patty discovers Burger Chief, a suspicious new restaurant run by an ambitious guy named Edie Cole Iverson and her sidekick Lars. This new competitor is dragging all Patty’s customers away so she needs to do something."; fDesc[9] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports."; fDesc[10] = "when constructing statements. The Anagram Genius software uses friends’, colleagues’, and competitors’ names to alter the structure in ways that are unbelievable."; fDesc[11] = "obstacles that slow down the speed of the competitor, food in the road gives energy to run faster. There are 8 different competitors: horse, cougar, rinho, pig, sheep, bear, goat, and tiger. Each creature has different running speed, swimming speed, jump speed and strength."; fDesc[12] = "few that breaks the trend. InsightPoint is a tool for creating vector graphics and images entirely free complex that combines to perfection all the qualities to be treated as a powerful competitor to existing publishers of scalable vector graphics (SVG)."; fDesc[13] = "closes competitor, the operative system Mac OSX, Expose is a great addition to Windows Vista. My Expose shows you all your windows opened side by side when you activate it."; fDesc[14] = "there is more to it than that. Of course, the main function of this app is to safely erase files so they can't be recovered by anyone after you delete them. This is carried out by writing dummy files over the physical space your original files occupied."; 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 = '...'; } }