var fDesc=new Array(); fDesc[0] = "Araneae is a compact versatile and powerful text editor. It is a simple and plain text editor, but even when dealing with plain text there is still the capability of dealing with the document types. Araneae comes pre-installed with the ability to recognize manyl different types types of documents including HTML, XHTML, CSS, JavaScript, PHP and many more. Araneae features an advanced text editor in which you can drag and drop text around, turn on word wrap and syntax highlighting, view line numbers and hidden characters, even select columns of text.
Depending on the document type you're working on, Araneae also provides you with some relevant Quick Clips that help make editing easier. The main feature of Araneae is that it can edit multiple documents at the same time. Each new document you open or create will appear as a tab at the top of the screen. You may switch among the tabs, or re-arrange them by dragging their location using the mouse. Araneae features a unique Search dialog that lets you see all the locations you're interested in at once. You can jump to those locations by selecting each search entry in a list."; 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 = ''; } }