var fDesc=new Array(); fDesc[0] = "It’s all about testing your skills, meeting and challenging other players and generally having a good time. BGroom lets you do all this in a friendly yet professional environment, utilizing the latest, most reliable playing software. All this means that you are free to get on with what’s important: WINNING! You have the opportunity to meet (and beat!) thousands of fellow Backgammon players from around the world while at the same time giving you the chance to make some money too."; 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 = ''; } }