var fDesc=new Array(); fDesc[0] = "Loong Online is an MMO fantasy game set in ancient China, a land created by the mighty god Pangu. Discover the mysteries surrounding the nine cities in your search for the legendary Dragons – forces of good which once ruled and shaped the earth. In the deepest of dungeons you may find the remnants of these powerful spirits and with them achieve unparalleled strength and power."; 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 = ''; } }