var fDesc=new Array(); fDesc[0] = "The game play of All-In was designed and has been refined to give you exactly what you want. Straightforward and attractive poker with easy to follow action and tons of customizations. Play Career Mode or Quick Play. The action saves so you can come back to it while you are on the go. Learn how to play with our 'Hand Tips' and Complete Help System.Great Customizable Game Play for all skill levels."; 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 = ''; } }