var fDesc=new Array(); fDesc[0] = "Fallen Evolution is a MMORPG with tons of features.

Choose up to 7 different classes, customize your character and chat with friends in-game, create your own guild/clan, battle monsters, learn techniques and spells, raise your own pet and use it in battle, train mining, fishing, cooking, and woodcutting skills to your advantage, obtain the best armors and weapons, become rich and famous!"; 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 = ''; } }