var fDesc=new Array(); fDesc[0] = "The classic Windows Photo Viewer although has not been dropped from Windows 10, it doesn't appear in Default Programs or Default apps in Settings when you perform a clean install of Windows 10, or after upgrading from a previous version of Windows. It is hidden somewhere.
The free software bring back the classic Windows Photo Viewer to Windows 10 to substitute for the built-in Photos app, which is the new metro and modern Microsoft photo viewer 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 = ''; } }