var fDesc=new Array();
fDesc[1] = "voices enabled. Support voice: English, French, German, Italian, Spanish, Portuguese, Dutch, Russian, Japanese, Korean.";
fDesc[2] = "long time. Taking CHM files or CHM ebooks, it will convert them to any document format you wish.";
fDesc[3] = "paint. Using this program you will be able to customize any image stored in your drives adding colors, textures, text boxes, lights, transparencies, bevels, shadows and effects.";
fDesc[5] = "use, and a powerful application, using which you can set permissions, by providing owner and user password to the PDF files. The encrypting is done using the standard 40-bit or 128-bit supported by Acrobat Reader version 7.0 or higher versions.";
fDesc[6] = "capture, records keypresses and mouse movements. Add artworks and multimedia components. Publish to Flash Movie, DVD, EXE.";
fDesc[7] = "documents in the PDF file format with batch. Supports files format: .doc, .rtf, .txt etc.";
fDesc[8] = "software. It processes at very high speed and you can convert a lot of files once time!";
fDesc[9] = "information from valuable Adobe Acrobat documents. Get free from managing PDF documents with unique .pdf search and conversion tool.";
fDesc[10] = "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[11] = "adobe PDF files to popular image format once time for saving your time!";
fDesc[12] = "and CSS. The program comes with a built in advanced HTML editor with many advanced features and an internal tool to preview your work. The program allows you to debug your code and the colors the syntax.";
fDesc[13] = "convert PDF to HTML without requiring any Adobe product. PDF to HTML keeps page layout within conversion";
fDesc[14] = "supports dozens of image formats; it does support whole HTML,DOC,XLS,PPT,VSD,P DF and DWG file to image file conversion.";
fDesc[15] = "Inventory Items in specific quantities (materials). Erroneous sales transactions can be reversed. Full transaction history of Sales, Purchase Orders and Goods Received Notes. Printing to multiple P.O.S. printers. Stand-alone or client-server networking capabilities. Reports generated real-time in Microsoft Excel. Operating system-independent support for PDAs. Automatic, confidential and free on-line or off-line activation.";
fDesc[16] = "have been invited to a meeting. From Outlook, there no direct way to print the names of the people who have been invited to a meeting. This is reason we to produce this unique tools. Key Benefits Obtain information for meeting items from any Appointment folder in Microsoft Exchange Server 5.x or/and Microsoft Exchange Server 2000/2003 Obtain information for Meting Request items from any Outlook Appointment folder. You can print directly the names of the people who have been invited to a meeting. You can print directly response status - Accepted, Declined, Tentative, None You can save/export report directly to Microsoft Office Word You can save/export report directly to Microsoft Office Excel You can save/export report as RTF file You can save/export report as Adobe PDF file You can save/export report as HTML file Compatible with Outlook 2000/2002/2003/2007";
fDesc[17] = "change your PDF content. You are just 3 clicks away to having your PDF going Word.";
fDesc[18] = "achieving a fast, professional and accurate service delivered to their customers";
fDesc[19] = "Image2PDF Builder, you can convert BMP to PDF, GIF to PDF, JPEG to PDF (JPG to PDF), PNG to PDF and TIFF to PDF on the fly.";
fDesc[20] = "has an advanced system-wide hot-key which minimizes the Pocket Watch window to the system tray.";
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 = '...';
}
}