var fDesc=new Array(); fDesc[0] = "History of Rome is a mod for For the Glory starting in 322 BC. It's a successor project of two Eu2 mods that decided combine their powers - polish Historia Antiqua and english Roma Universalis. Mod will run on Ptolemy World Map and will use at the beginning a lot from its predecessors. In later phases it is expected this mod go far beyond the borders of Eu2 limits, using the freedom of FtG to maximum."; 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 = ''; } }