var fDesc=new Array(); fDesc[0] = "Once a prosperous people, the Aztecs fell victim to a terrible twist of fate as torrential rains, earthquakes and a volcanic eruption wiped their land clean. Forced to start over elsewhere, the survivors made their way to a valley bursting with fish, poultry and vegetation. As their leader, you must use these resources to restore the band of struggling natives to their former glory!"; 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 = ''; } }