var fDesc=new Array(); fDesc[1] = "island and got employed at a burgers and snacks beach stand. You will have to help her work at the stand, making burger sandwiches, fries and milk shakes. It has three difficulty levels, tutorials and html help included. It runs on Windows 98/ME/2000/XP/Vista."; fDesc[2] = "provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try this game for 60 minutes before you buy the licensed version."; fDesc[3] = "magic and everyone who lived there was happy. Suddenly, an evil wizard turned all the inhabitants into stones. Now, it's your turn to become a hero. Fitting the pieces and solving puzzles to free the inhabitants of the lands, will be your main objective in this amazing puzzle game."; 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 = '...'; } }