var fDesc=new Array(); fDesc[0] = "In Secret Files 3 the dream couple Max and Nina have announced their forthcoming wedding, but Max is arrested by Berlin‘s police force. Nina‘s biggest adventure yet awaits her in the franchise‘s third game. The adventure is not limited to the present, there are also all kinds of puzzles to solve set in the past and in the future, and depending on the choices the player makes, alternative endings await them."; 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 = ''; } }