var fDesc=new Array(); fDesc[0] = "The new Updshl Service (Updshsvc.exe) is a Windows Service program that is designed to overcome the problem of the limited user account that does not have installation privileges. As a Windows Service, the Updshl Service is started before the user logs into Windows and has the system account with more privileges. When the Updater (Updshl10.exe) runs under the limited user account, it interfaces with the Updshl Service that helps to install program and complete the automatic update task."; 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 = ''; } }