var fDesc=new Array(); fDesc[0] = "The PokerWiz®II Complete Poker Simulation Wizard shows you in great detail absolutely everything that can happen to a given (or random) hand in virtually any poker situation you can think of. New Features include: “Simulate Till” that you can use to simulate only to the Flop or the Turn, “Fold Hands” that makes it much easier now to assign cards to players then fold them out."; 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 = ''; } }