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, noir 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 phone rings, you equip yourself with the basic detective gear and off the office you go. You start the investigation, interrogate some contacts, snoop around following clues, and as soon as you poke your nose deep enough, the big troubles begin."; 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 = ''; } }