var fDesc=new Array(); fDesc[0] = "Pontes Backgammon is a Backgammon audio game designed for blind computer users. There are many sounds in this game; you can hear the moving through the points, the middle of the board, and the edges of the board. Since these sounds are placed on the corresponding position, it would be better to use stereo headphones."; 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 = ''; } }