var fDesc=new Array();
fDesc[0] = "Net Durak is probably the most popular card game in Russia you can play against computer or real-life opponents. It would hardly be an exaggeration to say that every Russian who plays cards knows this game. "Durak" means fool, the fool in this game being the loser - the player who is left with cards after everyone else has run out. Differ from its name the game is far from being trivial.
Main features:
- Lets you play Durak against computer or live opponents.
- Pick from six card designs.
- Automatically deals.
- Sound effects and animation.
- Choose from three animation speed settings.
- Lets to exchange messages with the help of a built-in or on-line chat.
- A multiple-part status bar displays all needed information.
- Easy to install and uninstall.
- Lets to change computer opponents (bots).
- Easy to link up and play with human opponents in a local network or on the Internet, using direct or modem connection.
- Detailed built-in and on-line help.
- Nice, easy to use user interface.
- Free upgrade.";
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 = '';
}
}