var fDesc=new Array();
fDesc[0] = "TibiaTek Bot is an application of the TibiaTek Projects family that makes playing Tibia® easier. It contains features such as: macros (auto eat, spell caster, fishing, cavebot), informative tools, fun tools, and a lot more.
It is written in Visual Basic .NET®.
Main Features :
- Fastest Auto Looter (8 items looted in 1 second)
- Scripting (VB .NET)
- Regular Expression Builder for Trade Channel Watcher
- .WPT File Support for Cavebot
- The TTB Tray Icon Menu can be found on the GUI
- Ammunition Maker
- Auto joining channels depending on your language
- Highlighting when your nick is mentioned in a channel";
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 = '';
}
}