var fDesc=new Array(); fDesc[0] = "A stunning visual world with a huge variety of locations. You have to bring your character all over the world of Arvale, which means you’ll see everything from castles to forests to caves to deserts. You’ll sift through ancient ruins and ask the townsfolk of peaceful villages for advice on how to complete your quests. You’ll have to tread lightly through razed villages and watch your tongue in the bustling harbors."; 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 = ''; } }