var fDesc=new Array(); fDesc[0] = "Defend your kingdom from raiders in Be a King : Golden Empire! Rebuild cities to their former glory, feed the poor and protect them from raids by bandits. Rule with your strong hand and raise a powerful empire. Complete different objectives and enjoy the medieval atmosphere as you experience the life of a king. Stop the evil monsters and raiders before it’s too late in Be a King : Golden Empire!"; 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 = ''; } }