var fDesc=new Array(); fDesc[0] = "Offers different card games as: MauMau, Crazy8's / Crazy Jacks, Blackjack and Poker. 11 solitairegames, Doppelkopf, Bauernskat are additionallyavailable. You can choose a lot of known and some newrules. The game shows a fantastic graphic, a lot ofanimations and graphical action. The window is freescaleable. You can add own card sets or backgrounds. Each game can be played with up to 6 players (Blackjackonly up to 4 players) on a local computer or overnetwork. 4Flush also offers: highscores, statistics,player profiles, network comments, 4 different computeropponents, cheating."; 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 = ''; } }