var fDesc=new Array(); fDesc[0] = "Fresh UI is a fresh solution for configuring and optimizing Windows. Loaded with hundreds of useful hidden settings in Windows 7 / Vista/ XP / 2000 / NT / 98 / 95 / Me, this software covers the customizing and optimizing techniques that you'll be glad to know, such as:
- Customizing Windows User Interface (UI)
- Optimizing system settings
- Optimizing hardware settings
- Customizing Windows application settings
- Controlling user environment with policies"; 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 = ''; } }