var fDesc=new Array(); fDesc[0] = "Garden Defense is a very funny, entertaining and even addictive game. It's easy to play but you will have to think a lot. You will have to design a lot of strategies to avoid the insects from eating and destroying your flowers. The game has got some excellent video and sound graphics and nice effects too. You will have different ways to keep the insects away from your plants. You will have an initial amount of money and you will be able to buy different weapons that will stop the little or sometimes big insects. You will be able to buy flowers that will shoot bullets to the insects, gnomes that will also shoot, statues that will make the insects go slower and many other weapons. Each object and weapon has got a price, maybe you're not able to afford them at the beginning but then you will earn money when you avoid the attacks and stop the insects. You will win the game when you stop the attacks for some rounds and then you will pass to the next level and you will be able to get new weapons. In some levels you will be able to combine those weapons so you will be getting stronger and stronger. The game can be played in the full screen mode."; 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 = ''; } }