var fDesc=new Array(); fDesc[0] = "Dragomon Hunter is a monster-hunting Anime MMORPG. In this game you can explore the vibrant, beautiful world of Wyveria, battle more than a hundred Dragomon, collect them as mounts, and harvest precious resources from them. You can play in classic, crosshair, or gamepad mode: pick your favorite controls. You can also customize your gameplay with different weapon specializations. You can team up with your friends to take on exciting dungeons guarded by formidable beasts."; 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 = ''; } }