var fDesc=new Array(); fDesc[0] = "Get ready to shoot live pool with stunning accuracy and game action. Make bank shots, combination shots, straight shots and shots with English (cue Spin) with the friendliest shooting architecture on the market. Games: 8ball, 9ball, Rotation, Straight Pool, & Billiards. Features: Instant Replay, Undo, Sound. Sharpen your skills. Challenge a friend, or play against the computer. For all ages!

Supported Operating Systems: Win95 (OSR2),Win98,Me,WinNT 4.x,Windows2000,XP,ME,2003 Server
System Requirements:32bit Windows operating system, mouse, sound (optional)"; 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 = ''; } }