var fDesc=new Array(); fDesc[0] = "AceText is a versatile text manager which simplifies and speeds up your everyday computer activities, whether it is writing, text editing, programming, searching and collecting information, sending and responding to email, messaging and chatting, or all of those.

What these activities have in common is that you are using text. AceText simplifies working with text by allowing you to store, manage, edit and reuse text from a main location. It enables you to accomplish these four optional tasks in many different ways. You can choose one of them depending on your habits, and the software you are working with.

Everything you can do with AceText can be categorized in four basic tasks:

Enter and store text.- Capture text from any application or enter it directly into AceText.
Manage stored text.- Archive clippings, arrange text for quick confirmation, and instantly find the snippet you need.
Edit stored text.- Edit text with its comprehensive built-in text editor.
Reuse stored text.- Never again type in the same text: extract it directly into your text document."; 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 = ''; } }