var fDesc=new Array(); fDesc[0] = "This is a Sonic fan-based game. The characters in this game are copyright to Sega and Sonic Team.If you do not like Sonic Hedgehog, then do not vot unfair because is not you thing. Or just do not play the game.
This game contains high quality graphics that may cause lag on some computers. To reduce lag, change quality settings.Press 1, 2 or 3 (lowest to highest quality).
Please do not vote unfair if your computer can not handle this game.
During your game, if you want to return to the Main Menu, pres Q key to quit."; 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 = ''; } }