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] = "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[3] = "have to hand him a menu. After a little while the customer places the order. You have to prepare the order and finally give it to the customer, everything as soon as possible. When the customer receives the order, pays and goes."; fDesc[4] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[5] = "is as fun as its prior version and has a totally redesigned scenario (fast food stand). You can try this game for 60 minutes before you buy the licensed version."; 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 = '...'; } }