var fDesc=new Array(); fDesc[0] = "A set of Dungeon master tools that generates characters for Dungeons and Dragons, Star Wars and Cyberpunk role-playing games. RPA can also generate names, spell books, and equipment as well as function as a dice roller to build character attributes. RPA uses a database engine that can generate and store a large variety of PCs, spells races, classes and more! RPA can also import the Net Spell Book of over 2200 spells with descriptions. You can generate a complete party of NPCs in less than 5 minutes. All characterattributes are covered for generation, including races, classes, characteristics, equipment sheets, thief abilities and more. The character sheet even includes a graphic bitmap image of your PC that can be printed in its entirety. RPA is the most comprehensive generator and database that covers every aspect of building a player character and is certainly an invaluable asset for anyone who enjoys RP gaming."; 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 = ''; } }