var fDesc=new Array(); fDesc[0] = "Digital Adventures, innovative designers of RPG applications for nearly a decade, and Troll Lord Games is proud to present our second in our line of RPG character sheets for the Windows under the iCharacter Sheet brand: iCharacter Sheet - Castles & Crusades. This app contains a detailed character sheet that has everything you need to bring your C&C character to the gaming table. No more scribbling mistakes or erasing holes in your paper sheet, the iCharacter Sheet - Castles & Crusades puts all of your character's stats, abilities, powers, equipment, and campaign history at the touch of your fingertips.

Features for this app include:

-Six different tabs to input your information: Main (Stats, Attack, AC, Hit Points, Combat), Items (Equipment, Treasure, Henchmen), Magic (Magic Items, Spells, Spellbook), Details (Character History, Portrait, Adventure Record, Options (Castle Keepers Guide), Notes (Race & Class Abilities, Campaign Notes)
-Import an image for your character from your iPad's Photos* Multi-line entry system that scrolls down to give a larger entry window.
-Pop-up equipment, spells, and magic item entries to give you more entry information."; 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 = ''; } }