var fDesc=new Array();
fDesc[0] = "Combining accurate and realistic physics with unrivaled gameplay, Snooker147 is the ultimate top-down Snooker simulation for Win95/NT/2000/XP/Vista. In addition to fantastic graphics and realistic sound effects, Snooker147 has many special features including: 3 levels of computer opponent, a unique help facility for colour-blind players, slow-motion replay, saving and loading game positions/shots and a fully-featured ball-positioner to recreate those missed shots in the snooker hall the previous evening. Using the acclaimed "Poolster Billiard Engine", Snooker147 brings the intricacies of the real game into your home; it will even help you improve your snooker skills!
Poolster is the pool equivalent of Snooker147.";
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 = '';
}
}