var fDesc=new Array(); fDesc[0] = "Druid Kingdom is an exciting resource management game. This game will send you on a magical trip accompanied by new characters: Jack, the young king of the Seven Hills, and his beautiful companion Etain. Your quest for the Staff of the High Druid leads you on an incredible journey through the mysterious lands of the Druids, the sands of Babylon, the alchemists' country, and the rocks of Alamut.

You will fight against evil desert genies, rebuild the Hanging Gardens of Babylon, save the alchemists' country from destructive dragons, and learn Etain's secret."; 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 = ''; } }