var fDesc=new Array(); fDesc[0] = "ReLiSimple is a software application to help you maintain recipes and shopping lists.
Even professional chefs need to consult recipes now and then. With ReLiSimple, you can organize your recipes and even carry them with you on your iPad, iPhone or iPod Touch. With ReLiSimple Recipes you can:

- Store and categorize your recipes.
- Email recipes to a friend.
- Share your recipes with the world.
- Load shared recipes from the ReLiSimple Web site.
- Load a recipes ingredients into a shopping list.
- Synchronize your recipes with ReLiSimple on different interfaces."; 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 = ''; } }