var fDesc=new Array(); fDesc[0] = "If you’re a cooking enthusiast or student with no interest in food costing, then Resort Recipe was made for you. This entry-level program's HTML based user interface makes browsing, editing and printing your recipe data just like surfing the 'net.
Whilst it may not have all the food-costing features of our other products, Resort Recipe has been designed to make basic recipe management as simple as possible."; 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 = ''; } }