var fDesc=new Array(); fDesc[0] = "Echo of Soul is a fantasy MMORPG game. In the beginning, there was the War of the Creators. Gods and Giants, ancient beings bound by blood and hate, fought for supremacy; in the end, the Giants succumbed. But the corrupted blood of Ymir the Giant King threatened to contaminate the World Tree, source of all Creation. You have been chosen by the Gods to be their Soulkeeper. The future of the world rests on your shoulders."; 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 = ''; } }