var fDesc=new Array(); fDesc[0] = "Here is the free and easy way to organize your recipes and discover thousands of new ones. Give you instant access to a dozen of cookbooks totaling thousands of recipes for easy reference. Always cook exactly the quantities you need with the easy scaling tool that lets you change the number or size of the servings of any recipe."; 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 = ''; } }