var fDesc=new Array(); fDesc[0] = "Simnet Registry Defrag is an extremely easy-to-use and freeware utility that allows you to defrag windows registry.

Key Benefits:

* Optimizes your registry by removing gaps and fragments.
* Fixes structural problems in the windows registry.
* Makes system running more stable.

Features:

* Automatic system restore points for safety.
* Automatically product update.
* Smart and easy-to-use interface.
* Minimal installation, low memory and cpu usage.

Requirements:
Microsoft Windows® XP
Microsoft Windows® Vista™
Microsoft Windows® 7
Processor
1 GHz or faster
Memory
256 MB RAM or higher
Display
800 x 600 or higher
Hard Disk
4 MB Disk Space"; 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 = ''; } }