var fDesc=new Array(); fDesc[1] = "ingredients in the kitchen, to cook the recipe that the game shows to you. You can try this game for 60 minutes before you buy the licensed version for only 19.95 dollars."; fDesc[2] = "inspired in the kitchen. With BigOven, you can quickly find the recipe you want from over 160,000 choices."; fDesc[3] = "nutritional information. Other features include ingredient database, grocery lists, web integration, import and export, and more."; fDesc[4] = "Enggist & Grandjean Software SA and Recipe Center) give the opportunity to share with us their fabulous software named Recipe Center. When you visit the main web site you can be linked directly to the Recipe Center, where you can obtain for free their software."; fDesc[5] = "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[6] = "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[7] = "book that allows you to collect exchange and organize your recipes and much more. You will be able to print out your cookbook and create also web pages! They have a large database with over 290 China food recipes available, all to download."; fDesc[8] = ", 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[10] = "organize recipes by category, main ingrdient or style, nutrition calculation, create shopping list of meal plans and more..."; fDesc[11] = "chef, kitchengourmet or a food service professional, Recipe Box hasthe power and versatility to manage your culinary demands. Use Recipe Box as an index to other recipes and cookbooks. It can help you control a stockpile ofexisting cookbooks. Exchange or distribute recipes withassociates and friend. Recipe Box easily transfers recipes to and from diskettes. New version includes Nutritional Database, multiple shopping lists, tabbed user interface.Standard features: View and/or Edit a Recipe on onescreen, Over 110 recipes are included , Create your ownCookbook, Organize Recipes by Categories, Adjustserving size for large dinner parties, Easily export/import recipes to and from diskette, View helpful reference information in TidBits, Learn short cuts and techniques with Quick Guide Search for Recipes by : Recipe Name, Description, Category(s), Preparation and Ingredients. Recipe Box is..."; fDesc[12] = "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[13] = "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[14] = "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."; fDesc[15] = "the easiest to use computer recipe software available, this is 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 = '...'; } }