var fDesc=new Array(); fDesc[0] = "Effective Word can create documents, letters, drafts, writings and online activities including blogs with this story writer software.
Keep all texts on one easily controllable file with custom folders with Tags can be set against them.
You can edit in a richly enhanced editor with a contextual format tool's pane. Complete with picture editor and ruler.
Your creative story writing can also be turned into sticky notes for later reminders.
Recent tabbed tool bar shows all documents you have opened from your writing projects database.
Printing allows you to print via a report dialog that contains check boxes against all document fields."; 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 = ''; } }