var fDesc=new Array(); fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[2] = "to open a cooking school. Graphics are colorful and sounds are really pleasant to your ears. You will have a good time with it."; fDesc[3] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[4] = "horizons and get food. Max is growing up, demanding that the meal should be more substantial."; fDesc[5] = "inspired in the kitchen. With BigOven, you can quickly find the recipe you want from over 160,000 choices."; fDesc[6] = "recipes. The game includes 64 unique levels with colorful backgrounds, smooth animations, incredible music and great sound effects."; fDesc[7] = "have to do simultaneously a lot of things during our cooking, like answer our e-mails, picking up our telephone messages, chatting with Mom, etc. You name it! we are working simultaneously with things during our cooking!. This timer will notify us when our meals are done!"; fDesc[8] = "water lily to another and expand the horizons and get food. Max is growing up, demanding that the meal should be more substantial."; fDesc[10] = "organize recipes by category, main ingrdient or style, nutrition calculation, create shopping list of meal plans and more..."; fDesc[11] = "to the wedding ceremony. This software can be extremely useful when you are planning a wedding ceremony by yourself: it will help you with such procedures as editing event information, editing meal options, managing guests list and floor plan."; fDesc[12] = "you, what this software does. You can write your own recipes and the program will calculate value such as : Calories, fat, Total fat, Saturated Fat, Cholesterol, Dietary Fiber, Protein. You can have control of your daily meals."; fDesc[13] = "you can easily organize all your favorite recipes, drag and drop them onto a shopping list or meal calendar, that is why everyone calls this software the \"killer download\". You can easily import recipes; add photos and notes and much more!"; fDesc[14] = "mathematical formulas to find their trade opportunities. This kind of stock study is called technical analysis. For beginners the technical analysis of stocks is often like a complicated mathematical \"meal\". Webotron Stocks transforms this \"meal\" into something light and digestible. The most technical analysis software packages uses lines, curves and oscillators on its stock charts to visualize the stock movements. But only a studied eye can see BUY and SELL opportunities. Webotron Stocks offers a different form of visualization in using little symbols and colored areas to focus important chart information. Webotron Stocks offers more than 130 trading systems. Each system has its own way to calculate trading entry and exit points. An activated trading system displays its BUY and SELL signs well visibly on the chart. And a backtest informs you about the trading system performance. If..."; fDesc[15] = "party. The program features importing and exporting recipes, search by name or by main ingredients, and many more."; 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 = '...'; } }