var fDesc=new Array(); fDesc[0] = "Chicken Invaders is a platform game that resembles Galaga but is more fun. The game starts with a phrase that we all know: "A long, long time ago, in a galaxy far away..." That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years. Apparently, now the chickens have evolved into killing machines. This is a very simple game that only takes like 10 megabytes of hard drive space on your disc. It has nice graphics and is fun to play. It is not the most elaborate game, but it is a sure fire way to relax a little bit. You can play with friends on your computer and compare your high scores with people from all around the world. There are several levels for you to complete. The free versions will only let you play a part of the game and then you will have to purchase the game if you want to kick some more chicken butt. The controls are pretty basic. All you can do is move left or right and fire missiles. I am sure the complete version will provide more long term fun than the free one."; 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 = ''; } }