var fDesc=new Array(); fDesc[0] = "Imperia Online. Khalifat is a strategy game in which you must expand your territories and turn your lands into a mighty khalifat. You will perform simple tasks to get experienced and achieve powerful equipment that will be helpful in your future battles. Also, you will recruit and train troops to get the most skillful army in the empire. Museums, palaces and other architectural marvels can make you stand out among your neighbors and bring happiness to your people, and the faith of citizens is the core component of building a strong 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 = ''; } }