var fDesc=new Array(); fDesc[0] = "For centuries, a civilization on Bors has collided on a quest for dominance and prestige in the Annual Tournament of Gods. Create your team from over 136 fighters including 15 hidden clans. This game features an innovative turn-based 4 vs 4 style combat system with 3 levels of difficulty. Vivid characters and immersive special effects bring each battle to life for a highly addictive experience and hours of fun. The title of Legendary Warrior awaits those with enough strategy to conquer even the gods themselves. Glory or death. Prepare for battle! Welcome to the world of Warriors."; 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 = ''; } }