var fDesc=new Array(); fDesc[0] = "Backgammon is an ancient game of skill and chance combined. With William Hill you can pit your skills against other players from around the world or play one of our 'Bots' available to play against at all skill levels. Very good game if you want to relax in a weekend or in you'r free time."; 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 = ''; } }