var fDesc=new Array(); fDesc[0] = "Slaughter your way through an array of vicious opponents while gaining riches, power and glory. Crush your enemies, watch them beg for death and hear the cries of their women!

Main features:

- A brutal gladiator arena MMORPG
- Forge mighty weapons & armour of your own design
- Randomized loot with billions of potential finds
- No limit to how powerful you can become
- Take on gargantuan boss creature"; 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 = ''; } }