var fDesc=new Array(); fDesc[0] = "Bello Civili is a free mod about the Roman civil war, between Caesar and Pompey. The mod is based on the Napoleonic Wars DLC and offers 200 player legion battles. You can fight as one of the two combatants - the Populares (Caesar) or the Optimates (Pompey), you can use weapons such as gladius, pilum, bows or spaers and siege machines like catapults or the scorpion to destroy the enemy troops."; 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 = ''; } }