var fDesc=new Array(); fDesc[0] = "Planetary Defense is a space strategy game where you take charge of a planets defenses against waves of attacking aliens. Defend against missiles, multiple warhead rockets, cloaked starships, meteors, homing missiles and laser-armed satellites. Some of the 21 missions include orbiting moons complete with colonies, defensive shield grids, radar bases and evacuating starships. Superb graphics and low system requirements, only a 3MB download. High score table, 3 Difficulty levels and a variable game speed for hours and hours of space-blasting fun!"; 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 = ''; } }