var fDesc=new Array(); fDesc[0] = "MasterCook is a handy application that includes an extensive list of recipes with new ideas for dinner and most of them can be prepared in a few minutes. The program features more than 8,000 recipes, including grill recipes, appetizers, entrees, foods for kids, and incredible desserts. With this program you will be never be short of cooking ideas and it will help you find the perfect recipe for any occasion. Moreover, it includes a nutritional analysis tools which track fats, cholesterol, calories,carbs, etc. and will show you the healthiest alternatives to popular ingredients. The section called "On Cooking" has instructional videos that explain you complicated processes step-by-step. Other sections like " Food for fifty" and "On Baking" offer hundreds of recipes with detailed instructions to help you master complicated baking techniques and to plan a meal for many people. You can also adjust recipes to the exact number of people you are gonna have for dinner, for instance. It also allows you to print the list of the ingredients you need to buy, so you will never forget anything and will make everything faster. It supports Windows® 98/2000/Me/XP"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }