var fDesc=new Array(); fDesc[0] = "Galaxide is a 3d top view vertical scroller shoot them up (shmup) for Windows. Constant brutal action and music, stunning effects, many different areas, surprises, challenging bosses with unique behaviors, silky smooth animation and game-play, you simply gotta try this game! Regardless of what type of player you consider yourself to be, this game will provide weeks of fun and will be challenging even for an experienced and skilled shmup gamer. Free game trial, with 14 short and easy introductory levels, is available for the download."; 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 = ''; } }