var fDesc=new Array(); fDesc[0] = "The mysterious disappearance of chief engineer Jonathan Finch interrupts the construction of a trunk railway. The head of the company sends film footage with records of an accident to his friend, ex-army officer Richard Stone. Richard's is the first to notice the stone monument, and its origin becomes a perplexing riddle for him to solve. Having agreed to participate in the investigation, Richard doesn't suspect yet that he takes the dangerous path of a defender of an ancient civilization."; 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 = ''; } }