var fDesc=new Array(); fDesc[0] = "proNotes has a whole host of feature to keep you organized and help you find your information quickly. The whole philosophy behind proNotes is to give you powerful features that keep you productive without getting in your way.

- Simple-to-use single-window interface
- Notes are automatically organized for you
- Fast Searching with a click, snap or a type
- Secure AES-256 bit encryption"; 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 = ''; } }