var fDesc=new Array(); fDesc[0] = "Easy Recipe Deluxe is a full-featured easy to use recipe database, meal planning and grocery shopping management program.

With Easy Recipe Deluxe, organizing and browsing your database is easy. The recipes are organized by categories, main ingredients and cuisine styles with a Windows Explorer-style interface. The Quick Lookup buttons allow you to list recipes alphabetically. The powerful search utility lets you search across cookbooks. The Recipe Editor is designed to make recipe entry and editing an easy task, supported formats can be pasted directly into the editor. Most commonly used items such as categories, cuisine styles etc. are available from the drop down boxes. Every time you enter a new item, the program will add it to the database automatically and it'll be available for the next entry. Easy Recipe Deluxe also comes with an nutrition database contains over 6,000 ingredients with USDA data. The ingredients in your recipes can be linked to the nutrition database. It calculates the nutrition values automatically. Nutrition values can be viewed as per serving, recipe total or individual ingredient. The Meal Planner is simple and strait forward. The powerful search functions can help you to locate your favorite recipes quickly and efficiently. Easy Recipe Deluxe also comes with a Grocery & Shopping Manager. It allows you to create your own grocery database. The grocery database contains many useful information for creating your shopping list, such as stores, aisles, categories, etc. To create a shopping list of your recipes is a snap, it allows you to select multiple recipes at once. With a single mouse click, the program calculates the total amount of each ingredient and imports cost information from the ingredient database automatically."; 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 = ''; } }