var fDesc=new Array(); fDesc[0] = "The Lobby is a gaming community platform which allows you to connect with others players to play the Tams11 multiplayer games.

Features:
- Wide Variety of Games: Word games, Card games, Dice games, Misc games, MYLadder games, RMLadder games
- Private Messages
- Lobby Chat
- Invite Feature
- Profiles

You will need to create a username the first time you log on. Download the game you wish to play by clicking on the Download Games Button and selecting the game you wish to download. You will only need to do this step the first time you play a particular game. In the Game Room Lobby you can either host a game or join a game."; 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 = ''; } }