var fDesc=new Array(); fDesc[0] = "Assemble your faction's war machine from dozens of asynchronous lines, then augment it with hundreds of potential upgrades. Transform aspiring heroes into legends to provide intangible leadership to your military and government. Leverage entire planets and civilizations to their greatest potential through base building. Then, when everything is in place, plot your conquest vector."; 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 = ''; } }