var fDesc=new Array(); fDesc[0] = "Elder Kings is an Elder Scrolls themed total conversion for the Paradox Development Studio game Crusader Kings 2. It allows players to live out their dreams of ruling one of the great realms of Tamriel and leading their dynasty through it's various eras and challenges. The program has a Bugtracker that enables you to post bug reports and feature suggestions for the mod"; 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 = ''; } }