var fDesc=new Array(); fDesc[0] = "Join the global war in End of Nations™, the massive online strategy game from Trion Worlds and Petroglyph Games. Wage sprawling 56-player battles in real locales, shoulder-to-shoulder with other Commanders. Fight to shatter the grip of the oppressive Order of Nations and ensure your faction prevails. Command, control, customize — with millions of ways to play, the strategy is uniquely yours!"; 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 = ''; } }