var fDesc=new Array(); fDesc[0] = "Fantasy Grounds is an application acting as a virtual online gaming table primarily intended for pen and paper style narrative role playing games.

Fantasy Grounds is designed to perform many of the things you can do while playing at a conventional gaming table and move it online.

Run games as the gamemaster or take part as a player, the application provides all the necessary tools to communicate, manage information and perform tasks such as rolling the dice or creating drawings."; 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 = ''; } }