var fDesc=new Array(); fDesc[0] = "Totem Tribe II: Jotun is a free online strategy game. Reincarnate yourself on the distant planet Teya in the role of a mysterious hero summoned from another time. You will face the tyrannous God-Emperors, and in the middle of confronting them you will find out about the lurking threat to existence of the whole of humanity. But remember, things are not what they look like in the first place."; 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 = ''; } }