var fDesc=new Array(); fDesc[0] = "The game is an MMORPG or online multiplayer game based on the style of the humorous Mother (Earthbound) series RPGs published by Nintendo. The project started back in 2006 when Skye was annoyed by the fact Earthbound was being ignored by Nintendo of America, it was originally a one man project but soon other people who felt the same way showed interest and started to help out."; 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 = ''; } }