var fDesc=new Array(); fDesc[0] = "A free utility for browsing most recently used (MRU) file lists of multiple applications. Quickly open files, jump to their folder in Windows Explorer, copy their path - all with just a few keystrokes or mouse clicks.

Features:

- Quickly access most recently used Visual Studio / Blend projects
- Open Visual Studio 2008 projects in Visual Studio 2010
- Open Visual Studio projects in Expression Blend
- Start Visual Studio / Blend as administrator
- Open the project directory in Window Explorer
- Copy the full path of a solution file to the clipboard"; 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 = ''; } }