var fDesc=new Array(); fDesc[0] = "Based on the classic Sega game 'Sonic Adventure', the most thrilling Sonic experience of all time races onto PC, introducing a host of new special features and bonuses making this an essential part of any true Sonic fan's collection.
Six playable characters, each with their own special skills and abilities.
Featuring bonus rounds, mini-games and the unforgettable 'Chao'.
New Mission Mode featuring over 60 bonus games.
Grippingly fast stages and adventure fields to explore.
Also featuring 12 fantastic, unlockable super Sonic Game Gear games!"; 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 = ''; } }