var fDesc=new Array(); fDesc[0] = "Innovative System Optimizer helps your computer respond faster to your commands by accelerating some of the key components of Windows Vista and Windows XP. Innovative System Optimizer contains many tools which work together to increase your computer’s overall performance. By improving your computer’s responsiveness, this powerful system tool will save you time and make your computer work like new.

The program includes tools for optimizing the operation of your hard-disk, registry, memory and startup programs plus cleaning tools to ease your system’s workload and speed it up even further.

Innovative System Optimizer has a “One Click Optimizer” to help you optimize your computer quickly and without wasting time. This automatically runs all the optimization tools to give you peak performance, while still allowing you to tune each optimization option.

The hard-disk defragmenter and scandisk will accelerate access to your files and improve the application launch time by making the hard-disk work at maximum efficiency. The registry cleaner, defragmenter and backup tools increase the speed at which the Windows registry is read and written, which in turn increases the speed of the programs that use the registry a lot.

The memory optimizer helps regulate the memory usage of the programs you run so free memory is more often available for the programs that request it. This will give an extra speed boost for those programs that are especially resource-intensive and require a lot of memory.

A powerful history cleaner with a database of over 200 applications works together with the registry cleaner to protect your privacy and to keep your registry free of garbage.

The startup manager gives you control over the programs that are automatically started by Windows and provides details about what each startup program does. By disabling the startup programs you don’t need you can remove annoyances, gain more free RAM and increase your system’s speed."; 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 = ''; } }