var fDesc=new Array(); fDesc[0] = "A few months after the end of Tsukihime, life at the Tohno mansion has more or less returned to normal. Akiha is busy with school and managing the Tohno estate, Ciel gives Shiki regular after-school lessons to help him catch up on everything he missed, Hisui is ever happy to await Shiki-sama at the front door, Kohaku is as cheerful and crazy as ever and Arcueid has finally gotten firmly in touch with her feline side. Surely, things can't go on like this for long..."; 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 = ''; } }