var fDesc=new Array(); fDesc[0] = "The world of Redenda is in danger of a mysterious Shadow Army. The king of Redenda sends a cry for help and adventurers brave the might of the Shadow Army. At the same time, a woman from the distant land of Endraynal arrives in Redenda with a pure heart, and a courageous soul. Can she make the difference in the battle?"; 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 = ''; } }