var fDesc=new Array(); fDesc[0] = "Regi Dean's Recipes is a Windows 95/98/00/NT/ME/XP/Vista/Win 7 program to store, search, print. and exchange recipes. It is friendly, easy to use, and comes with recipes loaded.

A full featured editor is included so you can embellish your recipes with formatted text and images before printing or saving.
Share and exchange your recipes with others using built in inport and export routines.

If you have an internet connection, you can download and import recipes automatically, using the Download menu."; 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 = ''; } }