var fDesc=new Array(); fDesc[0] = "Monument Builders: Rushmore is a building simulation game, where you travel back in time and become the person in charge of building the famous Mount Rushmore. You must direct workers and manage resources with the help of Henry Johnson, the site foreman, to finish work projects in time. You should also defend against thieves trying to sabotage your work sites."; 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 = ''; } }