var fDesc=new Array(); fDesc[2] = "schools, choirs, orchestra, amateur theaters and so on to help to organize small- and medium-sized events. This program can be a good alternative to complex graphics programs. It is easy to use and offers many functions."; fDesc[4] = "of play supported from beginner to expert. Based on the classic game of 'Captain's Mistress' this strategy game will be familiar to all"; fDesc[5] = "poker base and features three types of poker games, Joker Poker, Jack or Better, Deuces Wild. In addition, you will find three extra games to play, like Russian Roulette, Black or White, and Big-Small."; fDesc[7] = "a modern unusual interface with different skins, attractive music, nice sounds and different skill levels."; fDesc[9] = "weapon of the future. Nine levels, undo and redo, strategy, skins, play-by-email. Master the last Strike. Who strikes last, strikes best..."; fDesc[10] = "pencil-and-paper games, specially aimed at young children. This flash version of the classic game features a dynamic, fast-paced gameplay, where players need to think fast so as to defeat the opponent."; fDesc[12] = "efficiently and create professional & rich and colorful screen savers in minutes."; fDesc[13] = "Book of Mormon, Books of the New Testament, GospelTration, Crossword Puzzle, Gospel Tic-Tac-Toe, President of the Church, and more."; fDesc[18] = "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 = '...'; } }