var fDesc=new Array(); fDesc[0] = "Advanced Live Update Control makes an easy way to add an Online Update feature for your software. It was designed to be as programmer-friendly as possible, by providing features such as no user input to run in the background and event-driven notificat.

Main Features:

You won't need additional attachment Microsoft WinSock Control;
Support auto-redirect connection;
Support automatic proxy configuration;
Supporting Resume broken downloads;
Perfect status events, Is so convenient for you to write out more friendly interface;
Support HTTP, HTTPS and FTP protocol;
Use all the default connection settings."; 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 = ''; } }