var fDesc=new Array(); fDesc[1] = "record and play multiple tracks of audio and MIDI virtual instruments at the same time. You can the add effects like reverb, delay, guitar amp simulator, flanger or some third party effects."; fDesc[2] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism."; fDesc[3] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it."; fDesc[4] = ", Hexxagon, Pong, Snake, Space Invaders, Tetris, and Tic Tac Toe. Each game has its own rules and controls, identical to the original arcade games."; fDesc[5] = "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[10] = "allow you to play Tic-Tac-Toe online against your friends. See who can get the high score."; fDesc[12] = ", attention and concentration, and though it seems simple, winning it is a challenge. Enjoy Tic Tac Toe game from 3D Relax."; fDesc[13] = "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."; 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 = '...'; } }