var fDesc=new Array(); fDesc[0] = "Sonic Arena Two is the second installment in the Sonic Arena Franchise and is one of the few MMO Sonic games available. Sonic Arena Two follows on from the story of the first Sonic Arena. With a much improved engine SA2 enables players to explore Mobius, fighting badniks, completing quests and meeting new friends! Sonic Arena Two allows players to pick from a total of 10 classes, making everyone unique!

Main features:

- Full 2D World
- 10 Main species to choose from.
- Ability to change the colour of your character’s “skin”
- Real Time Battle system with species specific items and spells
- Fishing side game
- Full quest system
- In game clock. Watch Mobius turn from night to day!
- Player Vs Player Arenas
- Party mode. Take on quests with your friends
- Clan System. Complete with clan only chat box
- Boss Battles
- A variety of Minigames"; 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 = ''; } }