var fDesc=new Array(); fDesc[0] = "Fight to become a war hero or rise through the ranks to command the armies of nations – Your actions can turn the tide of a persistent online war being fought by thousands of players. Online persistent game-world combining first-person action with strategic control. One great war with thousands of participants each playing a role in the war. Specialize your character(s) to become a hero or rise to become a commander of armies. Fight the war on foot, in vehicles or from the skies. New content is constantly being added to the game world."; 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 = ''; } }