var fDesc=new Array(); fDesc[0] = "Gin Rummy, or just "Gin", is a member of the "Rummy" family of card games. Gin Rummy adheres to the documented rules of Hoyle's Rules Of Games, but provides rule variations should you be familiar with other methods of playing. Both the Oklahoma Gin game and the Hollywood scoring method (favored by movie stars in World War II) are fully supported."; 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 = ''; } }