var fDesc=new Array(); fDesc[0] = "Jisei is a supernatural mystery game produced by sakevisual. A young teenager with no name and no home has the unique ability to relive the death of any corpse that he touches. When he stumbles upon a dead woman, he's immediately branded as the primary suspect in a murder investigation. Step into his shoes and search for clues, interrogate witnesses, and find the true murderer. Even with your extra abilities, it will still take solid facts and logic to prove your innocence!

A teenager with no name and no home wanders from one city to the next, burdened by the weight of his extraordinary ability. When he is accused of murdering a woman that he's never met, he sets out to prove his innocence and find the true killer. The investigation quickly takes a turn for the complicated when a strange voice appears in his head, warning him to watch his step.

Every word has a hidden meaning. Every suspect has a secret. Search for clues, interrogate the witnesses, and unravel the mystery before it's too late."; 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 = ''; } }