var fDesc=new Array(); fDesc[0] = "MirageBot is an extremely customizable Battle.net chat bot capable of loading multiple connections through an easy to use main window. These profiles can have a multitude of settings enabled which can make of them unique. Short list of features:
- Ability to hide and lock individual profiles (good for ops)
- Ability to load multiple connections in same executable (multi-profile)
- Ability to request game and ladder listings
- Advanced profile requests from Battle.net for all clients
- Alerts and Reminders to keep track of users and appointments
- Built in Tic-Tac-Toe
- Clan creation and management support for WarCraft III
- Custom command system
- Custom queue system (scripted)
- Custom rank system
- Emoticon sets can be imported and created very easily for chatting (some are included)
- Extensive filtering capabilities (including flood, load, events, etc)
- Extremely customizable settings for all profiles and more."; 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 = ''; } }