var fDesc=new Array(); fDesc[0] = "Effective Notes. Organize all your personal and work notes into one place, effectively.

It has the ability to setup tasks and reminders against people.

The Note book can edit in a richly enhanced editor with a contextual format tool's pane. This comes with tagging and calendar.

The schedule can show a grid of notes from many different date ranges to filter well. This can be seen in the calendar.

The contacts list can then assign the notes to specific people.

Your data can be dealt with easily in printing, exporting via email, spreadsheets or rich text files."; 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 = ''; } }