var fDesc=new Array(); fDesc[0] = "Nemo is a Windows application that inspects your current folder structure to give you a new view of your files. Documents, images and other files are mapped into a calendar-like view that you are used to from Outlook or Google Calendar. This makes your files a lot easier to find so that you can focus on other things.

Nemo stays out of the way as much as possible, but lives in the notification area so that it's always just a click away.

By integrating with Windows Desktop Search (built-in on Vista and Windows 7) you can search for phrases or words inside documents and combine that with other clues that you can remember about the document, such as a specific month or the file type.

Nemo adds labels on top of your current folder structure as a way to help you organize things. Label a document with review, if you need to review it later. Or use labels to supplement your folder structure to help you find documents easier.

Nemo Documents works with a wide range of files. Office files such as Word, Excel and Powerpoint, Pdf, Adobe photoshop, illustrator, images, video files and more are supported."; 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 = ''; } }