var fDesc=new Array(); fDesc[0] = "Happy Kingdom is a time management game that challenges you to restore your childhood city. You will learn to be a smart manager and will feel how it is wonderful to renovate places you loved to visit as a child. Service your clients, earn, and spend money wisely in order to accomplish your goals. Fix broken items, do different grades, and bring happiness and smiles to the town citizens."; 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 = ''; } }