var fDesc=new Array(); fDesc[0] = "OfficeDiary is a wonderful software that provides you with the ability of adding, editing and managing your diary,document,publish writings, pictures,and features all under the tree structure.

Main features:

-Clean and intuitive user-friendly interface just like Office Word 2003 .

-Rich text and paragraph formatting (custom fonts, colors, alignments, indents...) .

-Images in documents (bitmaps, metafiles, icons, jpegs, and even more) .

-Tables (HTML-style tables with formatted document in every cell) .

-Bullets & numbering .

-Styles of text and paragraphs .

-Hypertext and related features (hyperlinks, checkpoints, tags) .

-Special editing features (undo and text protection) .
Printing with preview .

-Insertion of editor data including divider lines, current date and time .

-Can import HTML, RTF, Word or plain text files .

-Can import common images such as JPG, PNG or BMP files .

-Nodes can be moved up, down, left or right, overriding the automatic sorting .

-Customizable font style, size, face and color ."; 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 = ''; } }