var fDesc=new Array(); fDesc[0] = "Monument Builders: Statue of Liberty is a time-management game set in New York of yesteryear. It challenges you to discover the city and take part in the building of the iconic Statue of Liberty. Your objective will be to produce the metal and wood required to keep the building site functioning, improve the roads to quickly transport materials to the job site and watch the statue evolve in real time as you progress through the game."; 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 = ''; } }