var fDesc=new Array(); fDesc[0] = "This sport game is for real surf lovers.

Go and surf a big wave, perform some cool tricks and impress the girls. Here you can do it all, a left spin, right spin, tube surfing, everything that true surf legends do.

This one was made for real surfing enthusiasts. Surf down the wave to gain sped, jump high in the air and do some breathtaking stunts on that board of yours.

Be careful missing a wave may kick you out of the race."; 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 = ''; } }