var fDesc=new Array(); fDesc[0] = "Challenge your friends in 5 delirious mini-games! MinuteMatch is a multiplayer game with 5 different mini-games, each with unique graphics and gameplay. In this party-game everyone is on the same computer and each player needs just one key to play (keyboard, mouse or controller). In MinuteMatch you will compete to score as fast as possible by catching the good items and avoiding bad ones. But remember to keep one step ahead of the competition! Shellfish, sheep, tadpole, bird, spider - Whoever you are, be the first! Game Features: 5 different mini-games, each with unique graphics and gameplay. Face your friends or play against the computer. Multiplayer on the same computer. Each player needs just one key to play. Multiple control options: keyboard, mouse or controller. 2 game modes: 100 points and 100 seconds. Full screen or windowed mode. Fun for all ages. Multiple languages: English, French, German, Spanish and Italian."; 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 = ''; } }