var fDesc=new Array(); fDesc[0] = "StartupMonitor is a small utility that runs in the background and watch for applications attempting to register themselves to run at Windows startup.

This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems.

The System Requirements for both versions are a Pentium-class processor or better.

The 32 bit version requires you to have installed one of the following versions of Windows: Windows 2000 Professional with Service Pack 4, Windows 2000 Server or Advanced Server with Service Pack 4, Windows XP Home with Service Pack 2, Windows XP Professional with Service Pack 2, Windows Vista RC2 or better, Windows 2003 Server Web, Standard or Enterprise Edition with Service Pack 1

One of the following versions of Windows is required for the 64-bit version: Windows XP Professional x64 Edition with Service Pack 1, Windows Vista x64 Edition RC2 or better, Windows 2003 Server x64 Edition

StartupMonitor watches six registry keys where applications can register themselves to run when the system starts up. It also monitors the user's Startup folder in the Start Menu, and watch for services registering themselves to run automatically at startup if the user is logged in as Administrator."; 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 = ''; } }