var fDesc=new Array(); fDesc[0] = "Recipe Management Made Easy!

The Recipe Processor is the perfect tool to manage recipes. Intuitive and easy to use, it offers complete recipe managment from the novice to the professional chef. The Recipe Processor can be easily configured as a single user system, or a multi-user system sharing a database across a LAN.

Planning a party or just your evening meal? The Recipe Processor offers a search function for recipes by ingredient(s), categories, recipe name, directions text, wildcard or Nutrition (New!).

The Recipe Processor allows you to enter your own recipes and import recipes from many other sources, including Scanned Recipes! Scan favorite recipes from newspapers and magazines, and store them in the Recipe Processor without the paper mess.

With the Recipe Processor you can adjust serving size & ingredient amounts. For the weight conscious you can calculate nutrition and cost in real time. See Features for more information.

New for 8.3, The Recipe Processor offers up to 5 programmable timers to help you prepare your dishes! Show Me!

New for version 8.2, The Recipe Processor can suggest Healthy Ingredient Alternatives for your recipes. You can add to or edit the existing Healthy Ingredient Database to make your healthy choices automatic.

Export your recipes to share with friends, or create HTML pages from your recipes that will display on the Web along with attached pictures and media files!

The Recipe Processor offers the ability to print your shopping list so that you can be assured that no item will be forgotten. An Integrated Spell Checker and On-line help are incorporated.

The Recipe Processor also contains an integrated meal planner that lets you plan your meals and monitor your nutrition on a daily and weekly basis.

Create your own Cooking Guides and share them with other users of The Recipe Processor 2000."; 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 = ''; } }