var fDesc=new Array(); fDesc[0] = "Dark Chronicles: The Soul Reaver is a hidden object puzzle adventure game. Something terrible is happening in a distant French village. You’ve received an urgent message from your dear friend, Philip; his sister died recently under mysterious circumstances and now Philip is being haunted by horrifying and recurring nightmares.

Some time ago an evil witch was killed by the local townspeople and her mansion was burned down. You must hurry to Philip and find out what mysteries his peaceful village is hiding and whether an evil presence still hides in the shadows."; 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 = ''; } }