var fDesc=new Array(); fDesc[0] = "Thursday Night Poker is a beautifully crafted program that pits you against 6 artificial intelligence players in a rousing game of call poker. You can play with quarters, chips or cash with your own house rules. Game features online tutorial, extensive poker dictionary, opponent setup and dazzeling graphics. There are 17 poker variants including Seven Card Stud, High - Low Chicago, Five Card Draw, Texas Holdem and many more. Thursday Night Poker is unique among computer poker games because it is designed to emulate the play and feel of neighborhood games played with your friends. Most poker programs emulate casinos and concentrate on a handlful of games like texas holdem. Thursday Night Poker instead specializes in games which have been in our homes for over a hundred years."; 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 = ''; } }