var fDesc=new Array(); fDesc[0] = "GraphMage TM is a Microsoft Windows and NT tool that allows users to design and create graph and hex paper for use in role-playing games such as Advanced Dungeons and Dragons TM or AD&D TM

GraphMage creates several types of standard graph paper as traditionally used in creating maps for indoor areas, and also hex and triangle graphs used to map outdoor areas.

The user has full control over the details of the graphs produced. The graphs may be printed or saved in BMP file format for editing via a graphics package."; 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 = ''; } }