var fDesc=new Array(); fDesc[0] = "One of the most useful tab-management features of modern browsers is opening recently closed tabs using the Ctrl+Shift+T hotkey. It certainly saves the time one would’ve spent sifting through browsing history to find and open closed tabs. In contrast to browsers, Windows 7 manages folders and application windows differently; despite storing recently opened programs and items in Start Menu, it doesn’t support bringing them up again using a hotkey. Today, AddictiveTips brings you UndoClose - a free program that remembers all recently closed folders and applications, so that you can restore them in the same sequence in which they were closed using two hotkeys. In short, it enables you to open the last closed folder(s) and application(s) just like the way Firefox, Google Chrome and other browsers let you open the recently closed tab(s)."; 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 = ''; } }