var fDesc=new Array(); fDesc[0] = "Online Games Toolbar lets you play many free online games directly from your browser. It gives you access to many popular flash games and other online web games. It's also filled with your favorite classic games that you can now enjoy for free.
Aside from all of the arcade games, board games, card games, and puzzles, here are some of your favorite games that it includes: Tetris Zuma Sudoku Lemmings Pacman Backgammon Connect 4 Poker Space Invaders Bejeweled Luxor Mini-golf."; 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 = ''; } }