var fDesc=new Array(); fDesc[0] = "WinCleaner UAC Switch will allow you to control the behavior of the UAC. UAC Switch will let you set the UAC so that it is less annoying if you do not need it on all the time. Put it in Quiet Mode and it will not bother you with many confirmation prompts, but will continue to provide security when using Internet Explorer.If you require full control of your Windows as you had in Windows XP, you can let WinCleaner UAC Switch completely turn of the UAC. This is generally not recommened unless you trust the applications that you regularly use and you have good firewall and malware protection for your system."; 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 = ''; } }