var fDesc=new Array(); fDesc[0] = "Immersive Explorer is a modern file explorer for Windows 10, Windows 8.1, and Windows 7.

Immersive Explorer is an alternative to the default file explorer included in Windows (known as Windows Explorer). It is designed to provide an "immersive" experience to the user by focusing on the content rather than hiding it behind icons and large window chrome and borders. It allows the user to avoid opening different applications and switching between multiple windows when doing tasks as simple as viewing a picture, thanks to the built-in viewer.

Although it is not a Windows Store Application, Immersive Explorer is designed around the "Metro" user interface guidelines. It is optimized for tablets and computers with touch-screens, but it also offers a great experience for mouse/keyboard users (with features like scroll-to-zoom, keyboard navigation).

Immersive Explorer is based on Win32/.NET/WPF (Windows Presentation Foundation). It uses graphical hardware acceleration to display fluid animations and transitions, making it look more modern than the default Windows File Explorer. Note that it's not a complete replacement for the Windows Shell (it's just an alternative to the Windows Explorer) and it doesn't even need administrator rights to be installed."; 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 = ''; } }