var fDesc=new Array(); fDesc[0] = "While traveling through the English countryside, Elspeth McGillicuddy witnesses a frightful event through the window of a passing train: murder! With little evidence, no one will believe her. No one, that is, except her good friend, and amateur detective, Miss Jane Marple. Join the celebrated sleuth on a Hidden Object hunt for the truth about what Mrs. Gillicuddy saw that fateful night in Agatha Christie 4:50 from Paddington!

While traveling through the English countryside, Elspeth McGillicuddy witnesses a frightful event through the window of a passing train: murder! With little evidence, no one will believe her. No one, that is, except her good friend and amateur detective, Miss Jane Marple. As the bodies start to pile up, the pressure mounts for Miss Marple to crack the case."; 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 = ''; } }