var fDesc=new Array(); fDesc[0] = "Mercury MaxIM is a professional group management tool enabling easy individual communications to groups of contacts in Skype. You can keep your teams informed and build relationships with more effective and efficient communications.

Mercury MaxIM features:

- High speeds of sending - 15, up to hundreds of messages sent per second
- Advanced list sorting - three different list sortings
- Message personalization - replacements for almost everything on a contact's profile
- Advanced list filtering - whole array of options based on contact's profile information
- Ability to save settings, message text, templates, and much more
- Ability to send a message multiple times to the same contact list (only for trusted customers)
- Sound signal after sending is complete
- Replacement autocompletion in the message text field
- An automatic update system
- Ability to search the whole Skype™ network by various criteria"; 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 = ''; } }