var fDesc=new Array(); fDesc[0] = "Dragon Ball Reactivation is a 2D MMORPG game for windows. Its world, graphics, scripts were made specially for image of one of the best anime in history.

Dragon Ball Shows adventures of Son Goku from his childhood through middle age as he trains in martial arts and explores the world in search of the seven mystical objects known as the Dragon Balls, which can summon a wish-granting dragon."; 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 = ''; } }