var fDesc=new Array(); fDesc[0] = "Turkey Attack is an shooting game for free. The power struggle between the Pilgrims and the angry turkeys has begun. The stakes are high: Eat or be Eaten. Using your gun try to shoot all the turkeys as they come at you and try to hurt you. Every turkey you shoot will turn into a delicious Thanksgiving meal! If you loose the battle you will be served for dinner instead."; 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 = ''; } }