var fDesc=new Array();
fDesc[0] = "MageBot is new professional client modification for the MMORPG Tibia. Built mainly for the druid and sorcerer class but adaptable for any class. A new and improved team server for guild wars and several new options for PvP including speedhack and potion friend.
A Multiclient Walking Magebomb that can run up ramps/use ladders/ and respond to hotkey commands from the leader character. Complete fully functional cavebot with over 20 built in scripts customized for characters levels 1 to 300. An easy to use script creation system, complete with lootbagging, mana fluid recharging.
Several distinct cavebot modes including Exori vis mode/Run and Shoot/Stand and SD(for OT servers). A fully customizeable looter with item list that can be activated by hotkey even when not cavebotting. A fully configurable always active autohealer. A sound/pause alert system along with an option to PM a friend character.";
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 = '';
}
}