var fDesc=new Array(); fDesc[0] = "Here at Paradox Online. We build the game around you! With that in mind we have a built a phenomenal custom made User Control panel. The panel comes with lots of features and plugins that will continue to grow.

It currently has -

Guilds section – This will later branch out into guild pages, recruitment ect
Character section – shows a list of all current and deleted characters on your account.
Shop – Paradox Online shop for premium items. Items can be baught from either donating or posting in our forums!
Events section – Shows all the upcoming events and all information."; 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 = ''; } }