var fDesc=new Array(); fDesc[0] = "Your grandmother’s favorite hen has laid eggs – not gold eggs, but ordinary white and fragile eggs. Your task is to roll them into a basket keeping them from smashing in two. All you have to do is miss the mark while gaping with your mouth wide open, and the egg, waving its white angelic wings, will immediately fly off to heaven, to chicken paradise."; 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 = ''; } }