var fDesc=new Array(); fDesc[0] = "Just as Viggo and Christine believed themselves free from the shackles of the Vansig family, an enemy they thought dead returns to kidnap Viggo, destroying the newfound peace of the lovers. Powerless to save Viggo by herself, Christine has called upon your help to delve into the mysterious Blackhill Manor and rescue Viggo from the terrible fate that is about to befall him.

Just as Viggo and Christine believed themselves free from the shackles of the Vansig family, an enemy they thought dead returns to kidnap Viggo, destroying the newfound peace of the lovers. Powerless to save Viggo by herself, Christine has called upon your help to delve into the mysterious Blackhill Manor and rescue Viggo from the terrible fate that is about to befall him."; 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 = ''; } }