var fDesc=new Array(); fDesc[1] = "confection company. You must help her to build a new cocoa corporation and regain control of Baumeister Confections, searching the world for exclusive recipes, helpful hints, and secret ingredients to mix into rich new recipes in your tasting lab."; fDesc[2] = "manufacture of chocolates. You’ll have to learn to produce chocolates, get recipes, negotiate with dealers, and go travelling around the world to get some exotic ingredients and hard-to-find recipes. It's a strategy game in which you will be receiving several missions to accomplish."; fDesc[3] = "restaurant, striving to obtain a 5 star rating. You´ll have to cook multiple dishes at the same time, and invent creative recipes of your own."; fDesc[4] = "minutes. The program features more than 8,000 recipes, including grill recipes, appetizers, entrees, foods for kids, and incredible desserts."; fDesc[5] = "punished you to work at the Yummy Drink Factory and serve delicious drinks to thirsty villagers as you work your way to freedom. You can unlock tasty new recipes and decorate your shop to keep your patrons happy to earn enough to earn your liberty."; fDesc[6] = "original recipes. To satisfy your customers' tastes, it's important to purchase the best recipes and upgrade your oven and other equipment."; fDesc[7] = "to use their own recipe collection in a digital cookbook. This digital storage, will allow you to save, print, email your recipes, you can include images if you feel like it, and you will have the option of color schemes. Its supports English and Spanish languages."; fDesc[8] = "exclusively on line, you will get your DVD directly at your home. This company offers you a quality electronic cookbook on CD-ROM. They have an entire library finding recipes in an easy way."; fDesc[9] = "virtual book of recipes that uses a special file type with the extension .scb. From the web site of the developer you can download several free cookbooks with recipes from all over the world."; fDesc[10] = ", and printing and creating by categories your own special recipes or probably link directly to the main site. This free software is created for those who want to consult and practice the cooking branch in different cuisines around the world."; fDesc[11] = "have it. Regi Deans Recipes Software is a program where you can find, print or either contribute with any kind of recipe. These recipes are arranged by category this program is free of charge but with the option to download by the internet new recipes in a minute."; fDesc[12] = ", recipes. This particularly program has a big working area, where you can work and open simultaneity different types of recipes, these recipes are classified by category, each category has its recipes."; fDesc[13] = "really enjoy cooking and sharing are always looking for new stuff on the market. Well, based on this feeling, we had the opportunity to review this program named Cookbook Wizard for Windows. This is the most advanced recipe program ever developed for personal computers."; fDesc[14] = "you can organize, upload and add recipes. This is not just an electronic recipe book; it is more like the perfect complement for your diet. This tiny, fast and unique program allows you to \"watch\" your nutrition facts per recipe."; fDesc[15] = "included in the program, but also allows you to add your own, keep them perfectly organized and gives you a starting point to build your complete cookbook, thanks to the recipes already included in it."; 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 = '...'; } }