var fDesc=new Array(); fDesc[0] = "Dragon’s Prophet is a fantasy MMORPG game in which you can fly and fight with your own dragons after having captured and tamed them. You'll have to rule the land and raise taxes to secure income and further control of the frontier. You will experience a wide open and immersive fantasy world with awe-inspiring landscapes, bustling cities, epic encounters and over 1000 quests."; 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 = ''; } }