var fDesc=new Array(); fDesc[0] = "Open RPG Maker is a free and open source 2D RPG creation utility, similar to the popular RPG Maker series. Open RPG Maker is mostly based on RPG Maker 2003, but with some added features, and more advanced usability. This tool will allow users to create 2D RPG games similar to the original Final Fantasy games, such as FF5 and FF6. Though it will also support the creation of games following a Zelda like playability."; 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 = ''; } }