var fDesc=new Array(); fDesc[0] = "Thesis and paper writing has obstacles like using abbreviations. For large documents with many abbreviations, it will be very time consuming to trace each abbreviation and if it was revealed before. This problem happens mainly when one integrates other group of documents to build a bigger one. Additionally, one has to write an abbreviation list that includes page number of first existence of each abbreviation used. For this reasons, this tool has been programmed to taking over all abbreviation management processes and simplify publication and document writings.

This plugin is for Winword to simplify abbreviations management using friendly libraries. It creates abbreviation lists in one click. The software support right-to-left and left-to-right texts, creates smart and portable documents, support lower and upper cases and online search for acronyms. It supports exporting abbreviations from documents into libraries."; 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 = ''; } }