var fDesc=new Array(); fDesc[0] = "Net Gin Rummy lets you play Simple, Standard or Oklahoma variations of this popular card game. You can play against the built-in computer opponent or/and against a human opponent through the Internet or a LAN.
Net Gin Rummy provides you with two game table tabs that easy to change: you will be able even to play against the computer and human opponent at the same time! Each tab lets you select a game variations; change the scoring and rules of the game; customize cards, decks and backgrounds; choose text messages fonts and colors; define card speed; associate sound effects."; 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 = ''; } }