var fDesc=new Array(); fDesc[0] = "Enjoy a double dose of spooky thrills with the Haunted Hidden Object Double Pack, two toe-curling tales for the price of one. Thrills and chills abound in this set of games that is sure to make your hairs stand on end. In Deadtime Stories, witness as Edward Blackgate retells the ghastly account of Jessie Bodeen, a 19th Century voodoo priestess who meets an unnatural demise at the hands of infamous socialite Delphine LaLaurie. In Dr. Lynch - Grave Secrets, investigate the claims of paranormal activities along the English countryside."; 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 = ''; } }