var fDesc=new Array(); fDesc[0] = "Get ready to play Reversi, Checkers, Blobs, Vertical Tic-Tac-Toe, Mini-Go, Chinese Chess, "Losing" Chess, Dodgem, Jungle, and many other exciting games and puzzles! Zillions is always ready for a game. In a single coherent user interface, Zillions of Games supports a full range of features including navigation and take-back, hints and solutions, history and strategy, animation and sound, legal move display, skill and time control settings, move list display and printing, search status, pop-up help, "Smart Moves", and much more. Zillions of Games also supports a wide variety of amazing tactile sensations when using the Force Feedback mice."; 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 = ''; } }