var fDesc=new Array(); fDesc[0] = "Help Sherlock Holmes solve a string of grisly murders! Use our Strategy Guide to scour exquisitely detailed scenes, track down clues, and find the person responsible for these crimes. Use your detective skills and our detailed instructions to piece together this mystery, as you dive into a carefully constructed 19th century. Sherlock Holmes: Secret of the Silver Earring is an Adventure game full of excitement and suspense and classic characters."; 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 = ''; } }