var fDesc=new Array(); fDesc[0] = "Would you like to enter the thrilling world where dangers lurk in every corner? You are a museum owner who pursues an undead pirate who kidnapped her daughter. You quickly realize that the undead pirate is entangled in a tragic, centuries-old love story, and wants to resurrect his mistress with the youth’s life force. You feel sorry for the pirate, but you have to stop him before it is too late for your daughter…
You will leave your her modern museum quickly, and find your way to the wild and rundown pirate environments which are three centuries old. Due to the time that passed from the golden age of piracy, the locations are neglected and deserted, overgrown with plants. Full moon, bones covering the ground, and a skull-shaped rock add to the dark atmosphere of the locales!"; 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 = ''; } }