var fDesc=new Array();
fDesc[0] = "Turbo EmailAnswer has shown to speed up daily business email handling by more than 300%. Turbo Email Answer reduces email support costs significantly and streamlines your email communication channel. Extra care has been taken to enable fine-grained automations and provide an optimal high-speed user interface: Type the beginning letters of key names to trigger certain reply templates. Auto-shift an answered email to a pre-defined target folder. Pre-classify incoming mails to the most probable template. Schedule specific mails for auto-response. TEA’s text templates are hotkey responsive throughout Windows and convert smart variables, macro expressions or even recursive template inclusion. A complete built-in Python macro language finally unlocks advanced automation power. For example you can even wire ODBC/SQL database queries to your fingertips. TEA integrates multiple email inbox’es and email client systems: MS Outlook, Outlook Express, Eudora, any MAPI compliant mailer, native POP/SMTP and IMAP. Works also perfect within workgroups.
System Requirements:
- Windows 98/ME, NT, 2000, XP, 3000, Vista, 7 or higher (32bit or 64bit)
- 100Mhz processor or faster
- 128MB RAM
- 20MB free disk space
- 800 x 600 display";
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 = '';
}
}