var fDesc=new Array(); fDesc[0] = "Help Mary save her friend Lora’s wedding! Lora’s inheritance has been stolen, and now Mary must crack the case and catch the crook! Explore interesting locations as you search for clues and try to figure out who exactly stole Lora’s artifacts, and what they want to do with them. Solve perplexing puzzles to advance, and make sure to keep your eyes peeled in Journalistic Investigations – Stolen Inheritence!"; 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 = ''; } }