var fDesc=new Array(); fDesc[0] = "There are a total of 6 combat skills known as the "Authentic Six" which have been inherited among the Nevarethians. Among the Authentic Six, the "Warrior", "Blader" and "Wizard" skills were established before Nevareth Exodus, the Honorable Age. According to theory, at the time when Core Technology was at its peak, hundreds of groups were practicing and studying their own unique skills. However, the current skills were developed by the first generation of the 7 Sages, based on the Nevareth Exodus survivors' knowledge."; 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 = ''; } }