var fDesc=new Array(); fDesc[0] = "Montague's Mount is disturbing psychological thriller set in the bleakness of an abandoned Irish island, featuring exploration and challenging puzzle solving. The mixture of cold Atlantic water and coarse sand in your mouth brings you back from unconsciousness. Surrounded by the wreckage of a boat’s hull, you can only draw one conclusion: your vessel has been torn apart by the submerged rocks."; 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 = ''; } }