var fDesc=new Array(); fDesc[0] = "Peace came to the lands of Vikings. The cruel witch Gesta and her henchmen are defeated and pose no threat. But there are rumours of a new evil on the rise. All four of the sorcerer-kings of the neighbouring kingdoms disappeared and their lands are plagued by the monstrous creatures."; 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 = ''; } }