var fDesc=new Array(); fDesc[0] = "My Recipe Books is an easy to use program that allows you to save all your Recipes on your computer. You can create as many books as you'd like to organize your recipes. BIG BUTTONS and a SIMPLE to use interface are what makes this program stand out from the other over-priced programs in the market.

Main Features :
- Exporting Recipes to your iPod, and Rich Text Files (.RTF) can be opened in most word processors.
- Shopping List
- Add a Picture to the Recipe
- Resize your Recipes
- Detailed nutritional Information"; 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 = ''; } }