var fDesc=new Array(); fDesc[0] = "FolderJump is a simple and handy Windows Explorer Add-on. It installs in few seconds. It allows you to switch between your most used folders in 2 mouse clicks.

It is really a must-have plugin for the users who extensively work with files and folders, and often open and save files from or to different folders. This can be the users of Visual Studio, Delphi, Photoshop, Illustrator, Microsoft Office or Open Office, and so on.

FolderJump appears in context menus of Windows Explorer and standard «Open File» or «Save File» dialogs as «FolderJump» item with a submenu. Bookmark your favorite folders! Organize favorite folders into hierarchical submenus!

Click a bookmarked folder, and FolderJump will instantly bring it to you into the same window of Windows Explorer or Open/Save dialog!

FolderJump can help you in many applications, such as:
* Windows Explorer
* Office software: Word, Excel, Outlook, etc
* Development tools: Delphi, Visual Studio
* Graphic editors: Photoshop, Illustrator, Corel Draw, Flash
* Total Commander (former Windows Commander) file manager
* Multimedia: Media Player, WinAmp, etc

FolderJump has 3 small but useful additional context menu add-ons for Windows Explorer:
* View in Notepad
Opens the selected file contents in Notepad. Appears in any file menu.
No more need to make temporary or parmanent file associations!
Note: holding down the Ctrl key when clicking «View in Notepad» launches notepad.exe in administrator mode. This can be useful when modifying files in the protected folders such as ProgramFiles
* ShortCut Jump
Opens the shortcut's target folder. Appears only in shortcut menu.
It is similar to regular context menu «Properties → Find Target» command, it just can be accessed faster.
* Copy paths to Clipboard
Copies the full paths of the selected file system objects (files, folders, special objects) to 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 = ''; } }