var fDesc=new Array(); fDesc[0] = "This is the best electronic Bid Whist card game ever created! It works on Windows 98,2000,XP,Vista and 7. It plays with a standard 52 card deck, two jokers, a six card kitty, with trump and no trump. You play with a computer partner against two computer opponents. You can save and recall games, show the history of what cards were played for each hand, print all hands, change card backs, create scenarios by giving each player and the kitty any cards you desire, practice playing patterns by undoing a play to try a different play, set the titles of the players, set the dealer, sort your cards, cut the deck, enable sound and produce statistics. This unique game is for experts and beginners."; 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 = ''; } }