var fDesc=new Array(); fDesc[0] = "Play against a real person or match wits against one of the computer generated players in a rip-roaring game of Gin. New characters and gin rooms. Each computer opponent has his or her own personality, style of play, and abilities. Each player's abilities are adjustable in the game and opponents can be changed as the game is played.

Choose standard Gin, or one of two versions of "Oklahoma" Gin, or "Hollywood" scoring. More extensive controls let you adjust bonus and game scoring. Play up to 120 games per match and up to 120 matches.

Our unique card holder, originally developed in Ultimate Gin I, allows you to see your hand in melds at a glance. Adjust the card holder size and color."; 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 = ''; } }