var fDesc=new Array(); fDesc[0] = "Win Eight Metro UI Switcher is a small utility that lets you disable the Start screen of Windows Eight and to return the Windows 7 styled Start menu. The tweaker also gives back the classic Task Manager that can show CPU utilization history per processor/core.
Features:
-Supports both the x86 and x64 versions of Microsoft Windows 8 (Eight).
-No administrator privileges required for tweaking.
-The app is completely standalone — no dependence on .NET framework or other runtime libraries.
-It is multilingual."; 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 = ''; } }