var fDesc=new Array(); fDesc[0] = "Europe-Bet Backgammon is a tool that simulates 3 types of backgammon: Georgia, Long and International. In Georgian backgammon the game is started by the player who rolls the highest dice. He has the right to make the first roll. In matches, the next hand is started by the who has won the previous hand."; 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 = ''; } }