var fDesc=new Array(); fDesc[0] = "Seobiseu goes around UAC restrictions by installing service that is able to start and stop other services within administrator context. In order to have security hole as small as possible, this service will never be able to do anything more. User part is an application that gets into your notification area (aka tray) and waits there until you want to start or stop service."; 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 = ''; } }