var fDesc=new Array(); fDesc[1] = "very funny and entertaining. It is also very easy to use. It has got some good visual and audio effects."; fDesc[2] = ", Challenge Mode, Relax Mode and Expert Story. The Story mode will tell you a story, where you receive by mail blueprints for a machine, you build it, and the result is a robot that makes burgers. You decide to run a burger shop."; fDesc[3] = "burgers, and adding theme cheese, tomatoes and other fixings in groups of three or more. You´ll get more money if your clients are satisfied, so it´s important to keep them happy."; fDesc[4] = "in real problems with your wife. Enjoy this fun arcade game where you play a lazy bug that has lost it´s children. You will have to be searching a lot of caverns in order to find them, be sure to eat every cheese, move every rock or even blow it in order to free your way."; fDesc[5] = "contact with the customers. What you have to do is to locate the correct ingredients in the kitchen and click on them. This can be harder than it sounds because the kitchen you are working at is a real mess."; fDesc[7] = "grade kids. The game is developed to assist the teaching of reading for kids with ages 6 to 8. You must help Reader Rabbit and Sam the Lion to obtain the things that the Professor requires to fix his hovercraft, and then recover their Dreamship."; fDesc[8] = "will easily cope with this difficult task!"; fDesc[11] = "is an Adobe AIR application which plays nice with the Pizza Hut website. Thus, you can fire up the application and start designing how to ease that craving you had. The application is extremely easy to use."; fDesc[14] = "weapons, endless puzzles, and brains and candles you'll need to collect. Includes a level editor and over 150 bonuses to unlock!"; fDesc[15] = "reaching the cheese warehouse, first going through the attic, the sales office and the cellar? The way to the cheese is full of hazards."; 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 = '...'; } }