var fDesc=new Array(); fDesc[1] = ", awareness, self confidence and concentration, speed, while playing and having fun. It provides 101 games divided in 3 main groups: There are games for children ages 3 to 6, games for kids ages 6 to 8 and games for kids ages 8 to 12. It runs under Windows 98, ME, and XP operating systems."; fDesc[4] = "Crosses. Aba Daba have a modern unusual interface with different skins, attractive music, nice sounds and different skill levels."; fDesc[6] = "a modern unusual interface with different skins, attractive music, nice sounds and different skill levels."; fDesc[7] = "row. But now the game field is unbounded."; fDesc[8] = "the computer draws noughts. The goal of the game is to form a line of few crosses (3-9). Screenshot: Press [Download] button below to try free version."; fDesc[9] = "will win the computer. These easy rules lead to an interesting and strategic game."; fDesc[13] = "skills against the state of the art computer player. Choose the game difficulty you want out of five levels."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }