var fDesc=new Array(); fDesc[0] = "Easy to use recipe software with a friendly user interface, easy recipe entry, photo support, spell checking, and support for informational text. Imports Meal-Master, Mastercook, Big Oven, Cookbook Wizard, From Scratch, From My Kitchen, Living Cookbook, Now You're Cooking, Recipe Processor, and Computer Chef. Also has manual import for web pages, newsgroups, and other sources. Exports to Meal-Master and Mastercook. Fast and easy search functions, duplicate recipe finder, and a variety of flexible printing options. Includes an integrated meal planning calendar and grocery manager for preparing shopping lists."; 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 = ''; } }