var fDesc=new Array(); fDesc[0] = "Nick Chase, a hard-boiled Private Investigator, is in need of a job. Lucky for him, one arrives from a man known only as The Collector. Solve a variety of puzzles and find hidden clues to uncover the mystery behind the missing manuscript penned by Leonardo Di Vinci. Explore gorgeous hand drawn scenes with a gritty film noir style in this one of a kind Adventure game where everyone is a suspect!"; 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 = ''; } }