var fDesc=new Array(); fDesc[0] = "Kingdoms is a medieval strategy game. Build a unique medieval city and defend it against Lord Griffenwald's evil hords. This game offers hours of game play for the whole family.

The game features the following : 18 levels + 5 open match levels, 12 different types of buildings, Upgradable buildings, Attack enemy units and buildings, Defend your towns and cities, Send out scouts to explore the area, Original soundtrack, English and German version and much more…"; 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 = ''; } }