var fDesc=new Array(); fDesc[0] = "Return to 221 Baker St. and help Sherlock Holmes solve brand new cases! Take on the new mysteries and explore beautiful Victorian London. Interact with Watson, Mycroft, Inspector Lestrade, and tons of other characters. Use this helpful strategy guide to crack the world’s toughest cases and catch clever crooks. Take on tough puzzles and find valuable clues as you solve The Lost Cases of 221 B Baker St.!"; 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 = ''; } }