var fDesc=new Array(); fDesc[0] = "STARTUP COP!LOT is program that allows you to control what programs run at system startup when you turn on or logon to your computer. It supports Registry, StartUp folders in the Start menu and Win.ini file.
STARTUP COP!LOT helps you handle problems with programs that are automatically launched at startup by listing them and letting you disable, enable, delete them and so on.

Main Features:
- Comfortable graphical user interface with categories tree
- Clipboard operations with programs
- Ability to temporary disable autostarted application
- Multiple backup configurations
- support Start and stop of all programs from startup manually."; 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 = ''; } }