var fDesc=new Array(); fDesc[0] = "Follow clues and decode messages to reveal a devious scheme in Dead Man’s Folly! With captivating characters, loads of locations, and plenty of suspects to interrogate, the surprises keep coming!Put on your detective’s cap for this trio of classic sleuthing adventures! Solve an on-ship murder in Death on the Nile! Then, unravel the evil air of death in Peril at End House!"; 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 = ''; } }