var fDesc=new Array(); fDesc[0] = "Roads of Rome: New Generation 2 takes you back to the ancient Roman empire, where dark shadows of the past have risen on a peaceful Rome. Markus, son of general Victorius, leads an army to confront the danger, leaving his beloved Valeria behind in the city. Determined to participate in the battle, she finds herself on the borders of the empire facing incredible challenges!"; 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 = ''; } }