var fDesc=new Array(); fDesc[0] = "HoardMage is a random treasure hoard generator for role-playing games such as Adcanced Dragons. HoardMage will instantly generate millions of editable and re-creatable treasure hoards.

Treasure hoards include coins, gems, jewelry and magical items. Hoards can be those found on individual monsters or also within monster lairs. Both DMs (fully identified) and Players (brief description) lists are produced. You can also print and save treasure hoards for later editing.

Main features:
-Instant treasure hoard generation
-Millions of different treasure hoards
-Coins, Gems, Jewelry and Magical Items
-DMs fully identified and valued lists
-Players brief description, unidentified lists
-Treasure hoards can be edited, saved and/or printed"; 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 = ''; } }