var fDesc=new Array(); fDesc[0] = "A world-renowned scientist is reported missing under hazy circumstances - along with his most recent discovery, a powerful formula that could have dire consequences if it fell into the wrong hands. Now it's up to his courageous daughter to recover both of them... Gameplay is focused and will be greatly appreciated by anyone who love detective stories or mysterious puzzles. The original concept, state-of-the-art graphics, wide range of puzzles and amusing soundtrack will keep you entertained for hours!"; 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 = ''; } }