var fDesc=new Array(); fDesc[0] = "Effective Journal can create journals for projects at home or work or for personal stories and thoughts.
- Your entries can be viewed within a calendar, folders and tags.
- Your entries can also be turned into sticky notes.
- You can create entries with rich text content. This also include images and icons.
- Pictures can be edited from within journal itself. Tools like crop, rotate, resize, grayscale, brightness plus many more.
- Printing allows you to print via a report dialog that contains check box against all fields within your journal entry."; 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 = ''; } }