var fDesc=new Array(); fDesc[0] = "Windows 10 Manager is a program to optimize, tweak, repair, and clean up Windows 10 PCs. It lets you tweak system, components, UAC, and Sign in settings, and adjusts various security configurations and restricts access to drives and programs to improve system security. Windows 10 Manager can optimize Internet connection by tweaking Microsoft Edge browser settings. IP Switcher lets you switch between different network settings easily."; 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 = ''; } }