var fDesc=new Array(); fDesc[0] = "In a battlefield a demon spirit enters the body of a dying mercenary. He is reborn and defeats the reigning war king in a duel. He goes on to found the reign of the DemonLord Zarak. At the height of his power, his doom is foretold by a shaman.
At its core, WeaponLord is a standard 2D fighting game experience. Where it differs is in its gameplay mechanics, and in some of its aesthetic choices and presentation."; 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 = ''; } }