var fDesc=new Array(); fDesc[0] = "Pool Nation FX is a billiards simulation with the Pool Nation physics engine. You can play 8 Ball, 9 Ball, Snooker, Killer and more. The game features: unlimited Career modes with customised difficulty levels, Trickshots, fast paced Endurance mode, local and online multiplayer, spectate live matches and feel the hustle and bustle of the Online Pool Hall."; 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 = ''; } }