var fDesc=new Array(); fDesc[0] = "Kitsune Online is an MMORPG game. You can play by being a character and interacting with others. The story is about an evil group which has killed a lot of people. With a mission to destroy them, eight insurgents and a clan started a major war. At the end, they succeeded in defeating them. But some of the people escaped, and are still causing a problem.

Two groups are at loggerheads, the Order of the Iron Claw and Flamewind Society decided to leave their dispute and fight the evil group together so that people can live in peace again. If you have a sense of justice, you can join the cause and try to create a new legend!"; 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 = ''; } }