var fDesc=new Array(); fDesc[0] = "In this game you will embark on a mysterious journey taking you from London to the heart of Transylvania and investigate a series of nocturnal kidnappings bringing unrest to Eastern Europe.

It's up to you to face these troubled times in search of your younger sister, Maria. Your investigation will lead you to Bran Castle, a place steeped in the myth of Count Dracula."; 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 = ''; } }