var fDesc=new Array(); fDesc[0] = "A very powerful character generator for Edition DnD (using the Open Gaming License), RPGXplorer – Characters & Rules is the only character generator that allows you to input new rules without computer programming skills.

With comprehensive rules support via our user-friendly data input editors and wizards, and an industry-unique mechanism for sharing datasets between users, RPGXplorer is the cost-effective way to create and manager your characters and NPCs."; 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 = ''; } }