var fDesc=new Array(); fDesc[0] = "GMA Dice is an advanced dice-rolling program. It has accurate dice rolling sounds, 12 dice roll type presets, the ability to sort and review individual dice, and the ability to re-roll one or more dice in a multi-dice roll. It is good for all dice games, but it is especially useful for advanced dice games such as Dungeons and Dragons, Yahtzee, and Dice Poker. GMA Dice is self-voicing and so a screen reader is not needed."; 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 = ''; } }