var fDesc=new Array(); fDesc[0] = "Viking Saga is a brand new strategy from Realore. Exciting adventures of young Ingolf await you! New story filled with magic, treachery and brave feats. The story of the game starts in the kingdom of old Viking king Arnar. Turns out, he was cursed by a vicious dwarf. The reason was simple – a precious ring. Arnar found it and refused to sell it. Many years later, the curse got through to him. This is where the action begins. Arnar gives his younger son a mission to find a dwarf and return the ring."; 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 = ''; } }