var fDesc=new Array(); fDesc[0] = "Recipe Center is a freeware version of EGS' recipe management programs. This software serves as a tool for you to store your recipe collections, whether it came from your own formulation, friends, colleagues or from www.RecipeCenter.com.
With Recipe Center, you can also store recipe pictures, create shopping lists and print recipes in various formats. You can also share recipes with your family and friends via email. It is a perfect and very user friendly tool to manage and store your own recipe collections, like your own Electronic Cookbook!"; 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 = ''; } }