var fDesc=new Array(); fDesc[0] = "With 4EParser you can create your own Dungeons & Dragons 4th Edition modules for Smitework's Fantasy Grounds II Virtual Tabletop application. 4E Parser is free for use in any environment, including but not necessarily limited to: personal, academic, commercial, government, business, non-profit, and for-profit."; 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 = ''; } }