var fDesc=new Array(); fDesc[0] = "In the magical fantasy world of Nakiha mankind has unwittingly returned the Dragon Lords! Unga the mighty Dragon Lord of the Earth, Kullwraith the wild Dragon Lord of Storm, Susinuo the irresistible Dragon Lord of Water and Pyrozian the ferocious Dragon Lord of Fire have been set loose upon the world of men."; 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 = ''; } }