var fDesc=new Array(); fDesc[0] = "Eighteen years have passed since the last of Bluebeard's wives managed to escape with her life, and the life of their unborn son. As he approaches manhood, the young man now faces nightmares that threaten to drive him mad. His aunt reveals the true tale of his father's past. If he does not destroy the immortal heart that cursed his father, he shall die before his next birthday. Even as he approaches Bluebeard's Castle he can feel his heart slowing. He doesn't have much time."; 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 = ''; } }