var fDesc=new Array(); fDesc[0] = "Greyhound Predictor - is a real-time racing simulator, greyhound game and tipping tool. Just enter the requested formlines to gain a unique insight into a future dog race, or simply enter the betting lounge to have a private bet between friends.
Greyhound Predictor really is the tipping tool with a difference!"; 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 = ''; } }