var fDesc=new Array(); fDesc[0] = "Bug Defender is a simple and entertaining game in which you have to buy weapons and ammo, set them up along a given path in order to kill bugs before they reach your house. The real fun in the game lies in how you place the available weapons and ammo to kill as many bugs as possible in order to get to the next level. So, you should develop a strategy based on the strength and weakness of different bugs in order to choose the right ammo and weapons and their location on the map. The game is fully customizable, and offers many options to adapt it to your PC. The user interface is not really attractive, but it is very easy to use. The more bugs you kill, the more money you get to buy more weapon upgrades which are extremely necessary in advanced levels, in which the bugs get more and more powerful and hard to kill. It includes 4 different gardens to defend, and you can set the music and sound effects the way you want, or directly turn them off. They are not really good, so I suggest you do that. This game is perfect to relax and distract yourself after a few hours of work."; 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 = ''; } }