var fDesc=new Array(); fDesc[0] = "AutoREALM is a Free GNU mapping software (a "cartographer") that can design maps of castles, cities, dungeons and more. AutoREALM is generally used by Role-playing Game practicants who enjoy doing their own maps. But it could fits the needs of other people. If you are a Role-Playing gamer or else, you are cordially invited to join the AutoREALM community: fellows gathered around a free hobbyist map tool. Originally made by Andrew Gryc (say "grits"), AutoREALM is now Open Source, creating a unique opportunity for the RPG world to mix graphics and computer programming."; 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 = ''; } }