var fDesc=new Array(); fDesc[0] = "An epic fantasy fighting adventure featuring devastating combos, huge super attacks and exciting new power-ups! Many modes of play including 100 arena levels and 35 arcade story levels. Using three heroes, fight your way through the powerful mercenary elves and defeat the traitorous paladin king. Your one registration code will work for all platforms including Windows NT/2K/XP, Mac OS X and Linux!"; 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 = ''; } }