var fDesc=new Array(); fDesc[0] = "EverQuest II The Shadow Odyssey is the fifth expansion for the critically acclaimed EverQuest II franchise. This all-in-one compilation pack follows the award-winning and best-selling Rise of Kunark™ expansion. New players and veterans alike will journey through a massive amount of exquisite content unlike anything ever before seen in EverQuest II. The Shadow Odyssey stretches well beyond the fantasy realm and propels the EverQuest II world into a new era of excitement and adventure."; 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 = ''; } }