var fDesc=new Array(); fDesc[0] = "Advantage Cooking is quick and easy to use. It was designed with the first time computer user in mind.

You can put in your own recipes and group them for your cooking day. Advantage cooking gives you a grocery report and container report for making sure all is ready. For your cooking day there is the Master Recipe Report, the Action Report and the Appliance Report to keep the recipe assembly moving smoothly."; 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 = ''; } }