var fDesc=new Array(); fDesc[0] = "The performers of a weird theatre have undergone some dreadful metamorphosis. Elegant performances changed into the terrifying scenes where anomalous beings pose threat to life and seek for help at the same time.

Who is hiding behind the mask of evil genius? And what will come to light as the curtain raises?

Another dangerous performance for a special agent will require wit and courage to win the day and get a storm of applause."; 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 = ''; } }