var fDesc=new Array(); fDesc[0] = "Flat Race is a free horse race game where six horses battle it out over distances from 1200 metres to 3200 metres. You choose the horse and rider, the distance you want the race and how much you want to bet on your horse to win. You can play it now above in the free online version or you can download the free PC Windows version below. The free online version above is over 1200 metres. The PC version contains more horses, options and distance choices of 1200 metres, 1600 metres, 2000 metres, 2400 metres and 3200 metres. Plus there is also an extra wide screen version available to download below, which is also completely free."; 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 = ''; } }