var fDesc=new Array(); fDesc[0] = "The Epic Story is an ongoing series of adventures, or quests, steeped with intrigue and action. These adventures begin the moment you start playing, and feature characters like Bilbo Baggins, Gandalf the Grey, and Strider, Ranger of the North; during significant events in the Epic Story, Session Play lifts you from your hero's shoes and puts you in temporary control of a legendary character. But no matter the method of storytelling, you will always earn rewards for your developing hero."; 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 = ''; } }