var fDesc=new Array(); fDesc[0] = "Hall of Hands Studio is a lightweight widget that provides fans of online Texas Hold'em poker with the ultimate in bragging rights: sharing your poker hand stories, your victories, bad beats and rare hands, with your friends on Facebook. Hall of Hands Studio automatically collects your online poker actions while you play poker at your favorite poker room, so you'll be ready to publish your own poker video show the moment you've finished a hand."; 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 = ''; } }