var fDesc=new Array(); fDesc[0] = "Rummi is a computer game for Windows, Macintosh, Linux.


Features:

-Whether you play against the computer or you play online against other people, in Rummi you can play games with 2, 3 or 4 players.
-In a game against the computer, you can choose from six different computer players, each with their own individual playing tactics.
-At any time during a game against the computer, you can ask for a hint and the computer will show you what you could play. If you are new to the game, a tutorial game will guide you through the game and its rules.
-When you let other people play Rummi on your computer, they won't disturb your game scores. Just create a new player name so their scores are kept separately.
-You can sort the tiles in your hand in several ways automatically, or you can even sort them yourself, exactly as you like.
-When you play online games with other people, don't forget to sign up to one of the competitions so you can measure your playing strength with others."; 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 = ''; } }