var fDesc=new Array(); fDesc[0] = "Living Cookbook is a comprehensive and easy to use cooking and kitchen management application that will enhance your entire cooking experience. It provides you with a single resource for all of your recipe and cooking related information. Much like your existing cookbook collection, Living Cookbook allows you to add an unlimited number of new electronic cookbooks from professional chefs, restaurants, and other great sources."; 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 = ''; } }