var fDesc=new Array(); fDesc[0] = "SunEmpire Rebirth is a Mu Online international private server started on April 2011. It comes with specific features such as the fact that it allows players to farm while AFK (away-from-keyboard) and embeds Team Speak 3 functionality. There are currently around 7000 accounts created on this Mu server. The official Mu Helper feature is also available on this private server. MU Online is a popular 3D medieval fantasy MMORPG that can be played on older computers as well thanks to the fact that it is lightweight and resource-friendly."; 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 = ''; } }