var fDesc=new Array(); fDesc[0] = "Legacy of the Zodiac EX is a free 2D MMORPG built using the Xtreme Worlds engine created by Bradyok. It is a medieval MMORPG with a variety of weapons and spells. It boasts a huge world to explore with many quests to complete with more being added. Don't forget the PVP as well and especially the looting! There is weekly events including the Voucher Event and Meetaw Valley, as well as random events; so keep an eye out for them!"; 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 = ''; } }