var fDesc=new Array(); fDesc[0] = "Time of Vikings is a time management game for Windows OS. The once peaceful village of Hawksworth has been torn apart by huge earthquakes. The Dragon, Yggdrasil, who has been sleeping quietly at the roots of the Tree of Life, has awoken from his thousand year slumber and has begun to incinerate the roots of the tree. The strongest warriors of the village have embarked on a quest to find the four elemental runes and fight the Drago"; 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 = ''; } }