var fDesc=new Array(); fDesc[0] = "NoseBound is an old style point and click adventure game that proposes an entangling detective story. By combining entertaining puzzles and dramatic scenes of action, the game sinks the player in a charmed, churned circle of deception, noire ambiance and a very peculiar opponent. You play as the character Ray Hammond, a private eye with a gritty past and unorthodox methods to pull off his job. The story brings you back and forth, from the end to the very beginning. Yours is the chance to find out what happened, how it happened, and to live the story by yourself."; 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 = ''; } }