var fDesc=new Array(); fDesc[0] = "OpenRPG is an Internet application that allows people to play Role Playing Games in real-time over the Internet. OpenRPG is free, open source, software, distributed under GNU/GPL license.

Features:

-Miniature Map: Simulate combat with a layered, web base, miniature map. Load any image off the web! Map features include: hex or square adjustable overlay grid, background http://www.openrpg.com/images, z-order, facing, labels, free hand drawing, tape measure, and more.

-Game Tree: A highly customizable data organizer that allows for the creating of custom made characters sheets and GM aids. A plug in architecture that allows for openrpg add-ons!

-Chat: A full featured chat system that allows embed HTML. Embed color, tables, http://www.openrpg.com/images, and links!

-Die Engine: A full feature die engine that contains many of the common die roll options and a plug in architecture that allows for the development of game specific rollers."; 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 = ''; } }