var fDesc=new Array(); fDesc[0] = "RPG Tycoon combines classic tycoon gameplay with the unique theme of Kingdom management. You will start with just a single plot of land and choose from a plethora of Heroes to send on quests in order to steadily grow the fame of your Kingdom. As popularity increases you'll attract settlers from the surrounding towns to spend money on shops and services you provide."; 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 = ''; } }