var fDesc=new Array(); fDesc[0] = "Enter for free; play today. Expressive, graphic emotions. Responsive customer support. Detailed Asian mythic world. Fast download and automatic setup. Discover the hidden beauty of The Kingdom of the Winds. Enter a virtual world. Begin by learning how to survive; you may end by becoming a diety. Do arcane mysteries entice you? Or poetic stories? What of donning stunning platemail and hefting up the sword nearly lost from beneath the waves of human consciousness? Or is it simply the riches and awesome artifacts you wish to behold? Allow the winds of your imagination the rise up."; 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 = ''; } }