var fDesc=new Array(); fDesc[0] = "The return address on the package reveals it came from Antibes... where only a few days earlier your fiance was sent to write and investigate a story on a series of vampire-like murders that have plagued the dark streets and alleys of the tiny
European town. Your journey follows the path of clues left behind by your missing girlfriend, where along the way you will haveto solve an ancient mystery and the source of evil causing the local townsfolk to turn into a rare breed of savage night-thirsty murderers."; 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 = ''; } }