var fDesc=new Array();
fDesc[1] = "textures, backgrounds and anything in your Word file. The best feature of Word to PDF Converter is that the resulting file is just the same as the original one; the program never makes any changes to text, formatting, colors or anything.";
fDesc[2] = "interface that will guide all users on how to convert their files from one into another. All you have to do to convert your files is to select them, choose the output folder, set some advanced options and then click on the begin conversion job button.";
fDesc[3] = "also offers text editing, retaining the format and layout, converting scanned PDFs to Word, creating PDFs from any Windows application; all this while retaining (optionally) the original design of your PDF.";
fDesc[4] = "allows you to read PDF, RTF and HTML files. You can read any selected text from a Microsoft Word document, web page or Notepad by just pressing the \"CTRL+T\" hot key. Speak Aloud supports batch conversion and is capable of converting texts to speech stream in SWF format.";
fDesc[5] = "long time. Taking CHM files or CHM ebooks, it will convert them to any document format you wish.";
fDesc[6] = "application can make help files for Windows (WinHelp), RTF and even HTML help files (help authoring files). It includes also two other applications: ButtonMaker and ImageMaker, that can be used for creating help files in a simple way, enhancing the way HelpMaker creates files.";
fDesc[7] = "your RTF documents to PDF, Excel, images and more!";
fDesc[8] = "the readable format of your choice (Word, Excel, PDF, RTF, TXT, PDF, or HTML). It can capture any photograph directly from your digital camera, and open almost any image file in your system. It can recognise text in many different languages, including double-byte characters.";
fDesc[9] = "PDF(DOC), Word to PDF(RTF),Word to PDF Converter, Html to PDF(Html,Htm), XML TO PDF(Xml), Text to PDF(Txt), CSS to PDF(Css), PNG to PDF, Jpg to PDF, Jpeg to PDF, Bmp to PDF, Gif to PDF Word to PDF Store permits you to purchase and get full versions of our products. Our secure e-commerce website PicaJet collects orders by RegNow, Secure Online Credit Card (Visa, MasterCard, EuroCard, Amex, Discover/Novus), Phone, Fax, Wire Transfer or Money Order.";
fDesc[10] = "format, which is very necessary to make it readable and understandable. It helps to re-indent the code and supports more than 10 file formats. It also supports printing the documents in HTML and converting them to PDF, RTF, images, etc.";
fDesc[11] = "create and print advanced reports. The C# code can be formatted and indented according to the preference of the user. The C# documents can be printed and converted into PDF, RTF, images and many more formats.";
fDesc[12] = "output will be faster with this program because you do not have to take care of the layout or any formatting as this is done automatically, unlike in other WYSIWYG applications.";
fDesc[13] = "program converts hlp files to any document (and database) format you wish - PDF, RTF, HTML, DOC, CHM, TXT, DBF, XML, CSV, XLS, MDB, etc.";
fDesc[14] = "Convert your Text/ini documents to PDF, RTF, images and more!";
fDesc[15] = "User Interface, or a command line, or through Java API, converter can be used as a standalone application or as part of your own solution";
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 = '...';
}
}