var fDesc=new Array(); fDesc[0] = "Grid Cartographer 4 is an intuitive map creation tool. Use it to quickly craft table-top dungeon encounters, block-out computer game environments or as the perfect companion for classic role-playing games. A full set of tools are included to make tasks simple including cut&paste, moving and rotating map areas and a wide range of built-in icons and terrains. Custom Tiles Import your own custom icons graphics. These custom tiles can be used as markers or terrain - anywhere the built-in graphics can be used."; 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 = ''; } }