var fDesc=new Array(); fDesc[0] = "Juno Remix is a 3D shooter in the style of Tempest and Gyruss with modern 3D graphics. Set inside the cyberspace of a huge and powerful computer called Juno, the player must defend the machine from a program designed to destroy the system. Six levels or constructs must be saved by destroying 30 waves of the attacking bugs."; 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 = ''; } }