var fDesc=new Array(); fDesc[0] = "NoteFly is a ligthweight, highly customizable, with advanced features note taking application.
Create beautiful notes in the colors you want.
Create lists in a note for example your shopping list. Make thing that are important bold or underline them just like in a office suit.
With the manage notes window you can easily decide which notes to show and which can be removed.
If you code, you will love the helping highlighting colors.
NoteFly can highlight PHP, HTML and SQL snippets.
NoteFly is designed to be lightweight. It's less than 300Kb to download and doesn't use the windows registry.
NoteFly is highly customizable with lots of settings and notefly can be extended with plugins.
Last but not least award winning NoteFly is opensource and free to download and use"; 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 = ''; } }