var fDesc=new Array(); fDesc[0] = "Soar through the world of Zenith as Dain, a mercenary with the power to transform into a dragon. Be virtuous and take the humans under your wing, or blaze a vile path of destruction with the demons. Will you find happiness and love with one of your companions? Or will you unravel the mystery of your past? Your decisions determine your ultimate fate!"; 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 = ''; } }