var fDesc=new Array(); fDesc[0] = "My Recipes is a very easy to use program for collecting, organizing and printing your favorite recipes. There are literally thousands of free recipes on the Internet at such sites as FoodTV.com and with this program you can easily copy and paste them into the program for future use. Features include saving, editing as well as printing the recipesake along on your shopping trip and to the kitchen. Detailed easy to follow instructions makes it a snap for anyone to have their own Recipe Library."; 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 = ''; } }