var fDesc=new Array(); fDesc[0] = "RecipeWorks is a full-function recipe management program. It was designed to be used directly in your kitchen and is useful and easy to use on any PC computer and most handhelds (Palm and PocketPC). The PDA editions of RecipeWorks allow you to create, modify and delete recipes and other data with full synchronization capabilities with the PC.
RecipeWorks uses a system of tabbed windows and toolbars to manage your recipes and access the major features. These are explained below with examples from RecipeWorks (reduced in size).
The RecipeWorks on the Web feature is an exclusive, integrated tool to help you find recipes online and keep updated on news concerning RecipeWorks. This feature safely accesses information from the RecipeWorks website and provides a dedicated search engine. RecipeWorks is also available for a PocketPC 2000 (and later) device. Use the desktop version of RecipeWorks to prepare recipe books, menu data, shopping list, and Inventory databases to install to your PocketPC. All of this data can be created and modified on the PocketPC as well."; 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 = ''; } }