var fDesc=new Array(); fDesc[0] = "Detective Riddles: Sherlock's Heritage 2 is a hidden object adventure game. The Sherlock followers club is opening a new case. A villain is at large again, and the lives of law-abiding citizens are under threat. They need you to solve 120 unique detective riddles and use logic and deduction to free the city from this looming danger. Solve all nonograms and save the citizens."; 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 = ''; } }