var fDesc=new Array(); fDesc[0] = "Blast through 8 huge missions is the most exciting iteration of Star Defender. You'll immediately notice the updated and leading-edge Star Defender 3 graphics in the Space Shooter genre. Star Defender 3 has a new progressive system of bonuses and power ups to help your cause. You've never had so many types of weapons to destroy your enemy with! Missiles are just light fun for kids, but here you'll get mines, lasers, nuclear bombs, piranha, parasitron, lightning, insulator, infector, ball lightning and homing lasers!"; 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 = ''; } }