var fDesc=new Array(); fDesc[0] = "CookWare Deluxe Recipe Software can actually save you money on your food bill. Categorizing recipes makes it easier to group them together, easier to find, easier to create Menus. When you drop your recipes into CookWare Deluxe Recipe Software it automatically reformats ("cleans it up") stray characters and changes quantity abbreviations according to your preferences to make your collection of recipes consistent. 64 quadrillion recipes can be added to CookWare Deluxe. You can also add details such as a photo, substitutions, its source, notes, what beverage is a good accompaniment, etc."; 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 = ''; } }