var fDesc=new Array(); fDesc[0] = "Fall of the New Age is a hidden object game that takes place in the dark times of the Medieval when a baleful society of the Cult and its adherers strived to seize the rule over the city, control its inhabitants and destroy all sources of knowledge and culture. Your mission is to help Marla uncover the secret conspiracy, release her kidnapped brother and save the city."; 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 = ''; } }