var fDesc=new Array(); fDesc[0] = "Mega MageBomb works command based. Just type the commands in Tibia to perform the actions. If you cast in public channels, all characters will obey; if you say a command by PM to a magebomb character he will be the only one who will obey.
First log in you character, fill the account information for every character and press the "Add" button. Add as many characters as you want."; 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 = ''; } }