var fDesc=new Array(); fDesc[0] = "Now You're Cooking! (NYC) is a versatile recipe and cooking application designed to help you organize and maintain your recipes, plan nutritious meals, control your diet and fitness, create shopping lists, and manage grocery costs. You can enter your own recipes, or import recipes from http://www.ffts.com recipe library (158,000+ importable recipes plus links to 0.5 million more)."; 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 = ''; } }