var fDesc=new Array(); fDesc[0] = "Digital Squire aims to be a replacement for character sheets at the gaming table. It features tight integration with D&D Insider tools, including the Compendium and the Character Builder.

Main features:

- Load characters from the D&D Insider Character Builder
- Keep track of your character's powers, hit points, healing surges, beast companion, familiar, spellbook, and equipment
- Includes a dice roller which will optionally make your attack and damage rolls for you.
- At the end of the session, save your character and load it again next time. No more forgetting how many action points or healing surges you had left, or which daily powers you've expended!"; 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 = ''; } }