var fDesc=new Array(); fDesc[0] = "Mr Chicken is an interesting action game for free. Play Mr Chicken Game and get the clucky chicken to the bottom by bouncing off clouds, don't let him touch the top or fall to the bottom or it's roast chicken for tonights supper. Arrow keys to move. must be quickly ad you can,Do not let the sky's arrow hurt the player,If not the game is over. Just simple and have a good luck!"; 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 = ''; } }