var fDesc=new Array(); fDesc[0] = "NoteExpress provides you with a flexible, powerful and complete solution to efficiently manage your references, publications, and research documents.
With just a few clicks, you can use NoteExpress to generate or switch between standard APA, MLA, and thousands of other citation formats in your thesis or papers, either in Microsoft Word format, OpenOffice Writer or WPS format, completely freeing you from those time-consuming, error-prone and boring tasks and allowing you to focus more on your research and paper."; 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 = ''; } }