var fDesc=new Array(); fDesc[0] = "All American Gin Rummy lets you play 3 great gin rummy games in one. Includes 'Standard Gin Rummy', 'Hollywood Gin', and 'Oklahoma Gin Rummy'. It also has three levels of computer play, remote play via the internet or other, music, and sound. You can open or save a match, or use the table designer to customize your own table with rendered graphics or solid colors."; 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 = ''; } }