var fDesc=new Array(); fDesc[0] = "SC System Tuner and Optimizer consist of many useful modules that can be launched from the startup screen. The startup screen is divided into 2 categories so that the individual modules can be found faster.

SC System Tuner and Optimizer give you the ability of checking your system performance, improving your system performance and repairing the system registry which is important to keep your system performing well.

Main features:

- Change resolution: Changes screen resolution.
- Change wallpaper: Changes the desktop Wallpaper.
- Font smoothing: Enables/Disables smooth Edges of screen fonts.
- Animate combo boxes: Enables/Disables slide open combo boxes.
- Start Menu Show menu Delay.
- Add an Expanding Control Panel to Start Menu.
- Deny Access to Display Settings Page.
- Remove the Shut Down command.
- Remove the Run command.
- Disable Taskbar Context Menus.
- Hide all Desktop items.
- Remove Internet Explorer icon from desktop.
- Disable the Ability to Right Click on the Desktop & Explorer."; 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 = ''; } }