var fDesc=new Array(); fDesc[0] = "Feeling clucky? The family's chicken farm is perched on the doorstep of foreclosure. If you can solve a series of missions, you will earn enough money to upgrade the farm little by little. Prove your chicken-hood by looking after your brood, hatching eggs, selling chickens, fending off ravens, and more. Spend your money wisely to gain some useful tools. With some hard work and a little cluck, you just might save the farm. It's finger clickin' good!"; 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 = ''; } }