var fDesc=new Array(); fDesc[0] = "Personalization Panel for Windows 10 is an app designed to bring back the familiar user interface for personalizing Windows 10. It restores the options which were removed from the desktop context menu and replaced with the Settings app. The app can be integrated directly into the desktop context menu from the app's options so you can use the personalization options like previous versions of Windows."; 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 = ''; } }