var fDesc=new Array(); fDesc[0] = "Smart Buddy is a universal poker buddy list that lets you see who is online and what tables they are playing on including the stars. The poker buddy list works across multiple poker sites at the same time so you don't have to jump around from site to site. As more and more players play on different poker sites this tool will let you keep all the information in one place including any notes you have on the player and the player type icons you select. Smart Buddy works with all games types including Hold?em, Omaha, Stud, Razz and Horse."; 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 = ''; } }