var fDesc=new Array(); fDesc[0] = "Kattack is like having a coach consistently working with you to improve your performance.
Watch your races, watch your friends races, watch races around the world.
Raise your level of play by subscribing to a Kattack Race Player subscription.
A Kattack Race Player Basic Subscription allows you to watch our detailed race playback information for all races in the Kattack database."; 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 = ''; } }