var fDesc=new Array(); fDesc[0] = "TextNotes Pro 4.3 by GemX Software is a great tool for managing and organizing your notes. It allows you to add unlimited amount of new notes easily, edit already created notes, group them by special notebooks and many more. When you start this software for the first time it might seem to you that program’s interface is too complicated with its lots of toolbars and buttons. But it doesn’t take a long time to sort it out. Clear detailed help file will help you with it. TextNotes Pro 4.3 has a lot of different useful features that makes managing your notes very fast and convenient. You can edit text in you notes by changing color, style, align, size and things like that. By the way you can also make special connections between your notes using hyperlinks. The software gives you opportunity to insert images into you notes. It includes a tool for creating of your own drawings that can be inserted into notes too. Program’s appearance can be customized by changing color themes, hiding toolbars that you don’t need and allocating toolbars that are useful for you. It is very small list of this program’s features and tools. For getting more information visit developers’ home page."; 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 = ''; } }