var fDesc=new Array(); fDesc[0] = "A folder management and scratchpad program, useful for managing commonly used folders; especially in a business network setting that utilizes lots of folders.

The whole program is accessible via an icon in your Notification Area.
FEATURES:
FolderPad: A folder management window
-Easily access common system locations with the buttons on the left of the window
-Easily manage folders on your PC or mapped network drives from a context menu
-Manually add known locations that you can't find in the Folder browser.
-Give meaningful names to these locations so they are easy to find in the list, and change them if you want
-Sort the entries in the list, putting your most used paths near the top (or bottom)


TrayPad: A scratchpad window

-Save notes as you type; easily find notes that load everytime you load Windows
-Highlight a URL and right-click to go to the website using your favorite browser
-Rename and Sort the tabs so you know exactly where your notes are (Sorting tabs requires .NET Framework 3.5 to function)
-If you program, export the selected tab to Notepadpp; even select the syntax highlighting before exporting
-Save or print the contents of the currently selected tab"; 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 = ''; } }