var fDesc=new Array(); fDesc[0] = "Sonic Moto is an interesting skill game for free. Ride your motorcycle as Sonic to grab the rings and keep from crashing as you reach the exit. Enough with the running already! Sonic the Hedgehog has bought himself a little moto to save some energy. Help the spikey haired hero ride through this island, pull off some tricks, collect the rings and try to score as high as possible. Have fun and good luck!"; 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 = ''; } }