var fDesc=new Array(); fDesc[0] = "Life's not always a fairytale when you are a witch, especially in a world that is still coming to peace with it's past. An uncomfortable truce is only just forming between the magic and non-magic folk after years of war. At the head of the peace efforts is Queen Clarise, determined that all can come to appreciate each other and work as one."; 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 = ''; } }