var fDesc=new Array(); fDesc[0] = "Steel Warrior was introduced in early 2004 as a small videogame for the computer. Originally a single-player RPG, it evolved into an advanced MMORPG now enjoyed by thousands of members.

You are the nephew of the Mizrathian hero, the Steel Warrior. Your uncle, though, is sick and old and he is experiencing his later years' toils. You must take on his role in the Mizrathian Kingdom, and collect the three stolen sacred artifacts to regain the land from the newly-powerful monstrous infiltrators wreaking havoc through the land."; 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 = ''; } }