var fDesc=new Array(); fDesc[0] = "A powerful tool for storing and finding information. It's also a replacement for MS-Cardfile. The program can be used as a free form database, allowing you to store all kinds of information. Keep recipes, to-do lists, notes for school, addresses, and much more. Perfect for home
or business. The program offers a range of powerful features, including: search capabilities, impressive search and replace, autosave, word count, password protection, autodial, advanced printing, rich text, time stamps, OLE automation, import and export, hyperlinks, and support for plug-ins.

Notes are organized in a varitey of ways. Where Jot+ Notes differs from similar applications is that each note can be the parent for its own list of notes, which can be nested as deep as you need to create a hierarchical outline of notes. This makes it a powerful tool for organizing groups of information. The list can be ordered by title so when you add a new note it will be automatically inserted at the correct position. That makes Jot+ Notes ideal for your addresses. Notes can be dragged and dropped which also makes organization easy. Have categories, sub-categories, and so on. Each note can hold up to 1 million characters. And, within a note text can be formatted using multiple fonts, styles, colours, bullets, and other options to improve the usability of your information.

Jot+ Notes is a powerful program for handling all kinds of data and presenting it in a pleasing way. The powerful search feature makes it easy to find the information you enter."; 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 = ''; } }