var fDesc=new Array(); fDesc[0] = "Includes 1322 great Snack recipes to get you started. We think you’ll like our recipes so much, you’ll order additional recipes, for a total of 347,142!
Easy-to-use graphical interface allows you to browse, search, bookmark, print, or email recipes with just a few clicks. Additional recipes are easy to order and install.
Start building your recipe collection today!"; 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 = ''; } }