var fDesc=new Array(); fDesc[0] = "RAN Online is campus-based MMORPG, which features schools (Mystic Peak, Sacred Gate and Phoenix) vying to become the best of the best. Players can choose to become the sword-wielding Swordsman, the melee fighter Brawler, the bow-brandishing Archer, and the Qi-Gong expert Shaman.

Previously, these job classes are gender-bound, meaning one can only create a male Swordsman/Brawler and a female Archer/Shaman. In the recent game patch called “The Rebirth”, this limitation is now a thing of the past. Players can also do better in the game with the assistance of the RAN Pets, who can perform specific skills."; 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 = ''; } }