var fDesc=new Array(); fDesc[0] = "Raiden Trad is a spin-off of the original game for Super NES, Sega Genesis and FM Towns.There are three types of weapons, and the player can collect several powerups for them to make them stronger. There are bombs and missile powerups as well as collectable medals which add to the score. The formula of the game is simple and typical for the era of this game. The player pilots the "Raiden Supersonic Attack Fighter" through waves of enemies, and several levels."; 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 = ''; } }