var fDesc=new Array(); fDesc[0] = "In Kingdom Tales you will Step into the role of the steadfast and altruistic leader whose quest is to ensure the safety and prosperity of all people and creatures. You will explore the land, gather, produce and trade resources, build and repair subjects' homes and community structures, and work to increase your subjects' level of happiness."; 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 = ''; } }