var fDesc=new Array(); fDesc[0] = "Legend - Legacy Of The Dragons is a free fantasy MMORPG game in which you will take part in the epic battle between the human race and the nation of magmars in the vast worlds of Faeo. You can customize your warrior with mighty weapons and armor sets, collect powerful items and join massive PvP fights with monsters and enemies."; 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 = ''; } }