var fDesc=new Array(); fDesc[0] = "Play 15 classic games with others online. Games include: The Helicopter Game, Puzzle Shooter, Snake, BMC Tricks, Gyroball, Solitaire, Bomberman, Pool, Sudoku, Bombjack, Who Wants To Be A Millionaire, Tetris, Ten-Pin Bowling, Mini-Putt and Mini-Putt 3. You can chat to others online while playing these games, and play another game aswell called: Name The Picture Online Game. Name the Picture Online Game is an online funny captions game. The aim is to think of a funny caption to go with a picture. Everyone then votes for their favorite caption, and the caption with the most votes wins a point."; 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 = ''; } }