var fDesc=new Array(); fDesc[0] = "Afraid Updater Service is a free client software develop for the free DynamicDNS service offered by Afraid.org on Windows (XP/2003/VISTA/2008/7) and is created with the Microsoft .NET Framework 4 technology.
Features:
- Email Alert via SMTP for critical events.
- Advanced Event Logs.
- Configurable Task Delay and Application priority.
- Easy XML Configuration.
- Really small application and use almost no memory.
- Work in Service Mode"; 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 = ''; } }