var fDesc=new Array();
fDesc[1] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions.";
fDesc[2] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways.";
fDesc[3] = "supports all kinds of Adobe PDF files and versions, and it is possible to open the converted file in any text editor so having Microsoft Word is not quite necessary. You can use the basic Windows text editor to open the resulting text file.";
fDesc[4] = "installed as a replacement for Notepad or as a new installation. AkelPad brings interesting and practical improvements specially designed to help you in your documents editing.";
fDesc[5] = "excellent option to try. This small yet powerful application has many advanced editing features that will make a big difference next time you open and edit a text file.";
fDesc[6] = "all versions of Acrobat Reader applications. PDF documents can be protected by password with 40 or 128 bit encryption. Batch conversion operation supported. Manual operations by means of command line actions and script inclusion.";
fDesc[7] = "releases and the Gpg4win project makes it possible to use this tool to encrypt e-mails and plain text. There are many ways in which you can use this application to encrypt messages.";
fDesc[8] = "Microsoft Word and RTF formats in just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout.";
fDesc[9] = "fast and easily. The subtitle creation process consists in using a plain text file containing the dialog lines in sequential order and apply these lines as subtitles into the opened media file during the video playback using just a click.";
fDesc[10] = "and the Windows Event Log) using standard SQL statements (with SELECT and WHERE syntax). The output can be plain text files, CSV, XML, HTML and more.";
fDesc[11] = "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.";
fDesc[12] = "multiple files at once and has many ready-made functions for immediate insertion. The input file can be saved as TXT, HTML, or ZIP. It also has multiple styles.";
fDesc[13] = "original format. This program supports Bijoy 2000, Bijoy 2000 pro, Bijoy 2003 Pro and more. With this program, you will not need to use web service based services for your plain text conversions.";
fDesc[14] = "how many times they appear in a given text. Estimate the amount of syllables, list the words and the number of times that appear, etc. It recognizes any raw text or HTML document. If user needs to work with another format document, it will be necessary to export it to HTML or plain text format.";
fDesc[15] = "raw file directly and focus on text extracting. P2T supports Chinese/Korean/Japanes e/All European languages well.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}