var fDesc=new Array(); fDesc[0] = "Shades of Death - Royal Blood is a puzzle game with nice graphics , vampires and some action. The enviroment is well designed and easy to interact with.
The story line goes like this :
After your father dies, your sister Violet requests your help at the Family Castle. After arriving, things seem to be in disarray. Explore the castle and help Violet get to the bottom of a dark mystery in Shades of Death: Royal Blood."; 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 = ''; } }