var fDesc=new Array(); fDesc[0] = "Light and Shinigami is an anime theme from the amazing film Death Note.
In the foreground Light Yagami is holding a weapon in fire above his head. Ryuk, Rem and other Shinigami are in the background. Near and Mellow, his enemies are facing away on opposite sides."; 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 = ''; } }