var fDesc=new Array(); fDesc[0] = "Travel back in time and become the person in charge of building the famous Mount Rushmore! Direct workers and manage resources with the help of Henry Johnson, the site foreman, to finish work projects in time! Defend against thieves trying to sabotage your work sites! Will you be up to the task of building a monument on such a vast scale?

Featuring : 30 unique levels including more complex challenges, 4 building areas, each with its own challenges, Manage workers and resources to finish projects in time"; 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 = ''; } }