var fDesc=new Array(); fDesc[0] = "Senet Online is a browser extension that allows you to play Senet, the most popular game of Ancient Egypt. Senet is a board game enjoyed by all social classes of Ancient Egypt, from simple citizens to Pharaohs. It is one of the oldest known board games and it is considered a predecessor of backgammon. The first player that moves all his/her pieces out of the board wins. Sticks are used instead of dices."; 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 = ''; } }