var fDesc=new Array(); fDesc[0] = "Capture your imagination, a real-to-life virtual horse racing game offering you the exciting opportunity to own a stable of virtual race horses, train them to peak racing fitness, and watch your skill and strategy come into play as you race to victory in live 3D and win cash prizes. Welcome to the friendly virtual horse racing community."; 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 = ''; } }