var fDesc=new Array(); fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[2] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money."; fDesc[3] = "Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[4] = "will probably notice when you open this application is the HUGE (it's not that big) banner at the bottom. I know this is a free application and all, but did they really need to blind me with flashing banners while I am trying to burn a couple songs?"; fDesc[5] = ", he must pass through different levels. Along the way, he will encounter emenies that will try to stop him. the way Lex defends himself from these enemies is by spelling out words."; fDesc[6] = "computer, there has been a sudden crash or it is going suspiciously slowly we can very easily download and set up this program to see what is wrong and get help from their experts."; fDesc[7] = "fighting machine with weapon upgrades, rocket turrets, bots and additional weapons. Encounter various modifications of enemy fighters, cruisers, mine-layers and ground defences. Destroy vast command ships before they destroy you. Gorgeous graphics and special effects, original environment in each level and much more."; fDesc[8] = "the dark underworld of Hades on a quest of good versus evil, during which they will encounter some of the legendary villains of Greek mythology."; fDesc[9] = "photorealistic 3D-scenes, terrains and characters. It features 3D modeling tools, hierarchical animation, global illumination rendering and more."; fDesc[10] = "inconveniencies! Together, you and your new cuddly companion will encounter a world that’s fun to play in, explore and share."; fDesc[12] = "You will encounter perils on your way. There will be enemies on every level, which you will have eliminated."; fDesc[13] = "disks in aspects such as space occupied, working temperature, and read / write activity levels right form the side bar of Google Desktop Search. This gadget has not been tested by Google so you could encounter some bugs, and probably you will."; fDesc[14] = "the fact that those discs are usually encrypted so that you can't copy or play them from your hard drive. DVDShrink comes with advanced decryption algorithms that can decode the security measures so that you can copy or burn the files."; fDesc[15] = "will encounter four exciting activities covering fractions, multiplication, division, geometry, and more. They'll have to use their heads, boost their smarts, to get to be a Number Hero too."; 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 = '...'; } }