var fDesc=new Array(); fDesc[0] = "If you love space battles and shooting challenges, you will love Star Defender 4. This game is an excellent adventure battle where you must fight against aliens and destroy them. Each level of this game is a great speed battle, where you must pilot your ship and shoot all the enemies in your screen. They are moving fast and you must kill them and defend yourself. Some will shoot at you so you must move carefully to avoid their guns. In this game you will have 3 lives to complete your mission. Each mission will increase the number of enemies and each time you will fight versus bigger and more powerful enemies. You will get addicted trying to beat the records of this game and setting your own records. The adventure is great and the speed will capture your attention. Playing this game is very easy, move your mouse left and right to avoid enemy shots and press left mouse button to fire your gun. When you destroy enemies some guns will fall down, you must catch them and collect them to increase your gun power."; 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 = ''; } }