var fDesc=new Array(); fDesc[0] = "Tribal Wars is a browser-based game set in the Middle Ages. Every player controls a small village, striving for power and glory.
Tribal Wars is a personal version of Tribal Wars with the owner's personal extensions.
Tribal Wars allows you to enter as many different players and/or tribes as you wish and save your current selection of map highlights like 'saved game'.The application remembers your last settings / preferences ."; 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 = ''; } }