var fDesc=new Array(); fDesc[0] = "Some man named Weiss got into a strange place. Looking left, right, shivering through the body. In the place where he found himself too much red. Isn't this Hell? Why me? 35 years... Well, don't lose heart, maybe there's still a way out. Some man named Weiss got into a strange place. Looking left, right, shivering through the body. In the place where he found himself too much red. Isn't this Hell? Why me? 35 years... Well, don't lose heart, maybe there's still a way out."; 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 = ''; } }