var fDesc=new Array(); fDesc[0] = "Welcome to the revamped site of Recipecenter.com - the best place for food lovers! We have thousands of recipes, an improved search engine and a free software. For existing users of Recipecenter.com, you may still use your login details to sign in and your favorite recipes will still be available to you. For those who forgot their login details, just click the Forgot your Password? button to quickly retrieve your username and password. You can save your favorite recipes, post ratings and comments and see a more dynamic Web site."; 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 = ''; } }