var fDesc=new Array(); fDesc[0] = "Dragon Oath is a free-to-play point and click, massively multiplayer online role-playing game for Windows OS. Game storyline set in the time of social chaos in central China, on martial appearance due to a communication book's recipes have reincarnated martial leave. Gypsy rumored, who owns the recipes are books that can be proclaimed a hero realms. The game takes players join gentle storyline as enjoying a literary work."; 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 = ''; } }