var fDesc=new Array(); fDesc[0] = "In Windows 10, Microsoft ditched the good old calculator app and replaced it with a new Modern app, which we wrote about recently here: Run Calculator in Windows 10 directly. Many people are not happy with this change because the old Calc.exe loaded faster, and was more usable for mouse/keyboard users. If you would like to get the classic Calculator app back in Windows 10, it is possible. In this article, we will take a look at the Old Calculator for Windows 10 program which will allow you to get Calculator from Windows 8 and Windows 7 in Windows 10."; 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 = ''; } }