var fDesc=new Array(); fDesc[0] = "Times of Vikings is a time management game in which the once peaceful village of Hawksworth has been torn apart by huge earthquakes. The strongest warriors of the village have embarked on a quest to find the four elemental runes and fight the Dragon. Your mission is to guide them to success and defeat the Dragon."; 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 = ''; } }