var fDesc=new Array(); fDesc[0] = "Monument Builders: Colosseum is a game in which you can construct the iconic Roman Colosseum and learn ancient anecdotes. You will become the construction site manager of one of the world's most famous monuments. You can clear the site, build quarries, tame lions and take on superstar gladiators."; 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 = ''; } }