var fDesc=new Array(); fDesc[0] = "Storm Online - The legends speak of Gods who were looking to create a world of intelligent creatures; a world ruled by wisdom and compassion. A paradise of ideals, not in the skies but in the very heart of Earth itself.
Ancient China was selected to fulfill the Gods' wishes and it was not long before human life was breathed into this vast land. These newly created humans populated a valley near northern Ancient China and, under the Gods' guidance, were intelligent, courageous and hardworking, reflecting traits of the Gods themselves. Immensely proud and delighted at their creation, the Gods conferred the name Stable Earth to this valley."; 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 = ''; } }