var fDesc=new Array(); fDesc[0] = "Yesterhaven is an extension to the gameplay and story of The Kingdom of Ehb and the Utraean Peninsula. Yesterhaven is a multiplayer-only short story, which does not require a pre-existing character, nor any previous experience with Dungeon Siege. Yesterhaven can be played in Normal mode as appropriate with new characters, or saved characters from previous Dungeon Siege play."; 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 = ''; } }