var fDesc=new Array();
fDesc[1] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface.";
fDesc[2] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field.";
fDesc[3] = ", *.sldasm, *.slddrw, eDrawings suh as eDRW, ePRT and eASM, as well as Autocad drawings such as *.DXF and *.DWG. Review and print these documents are easy tasks with this application. Result files can be saved as BMP, TIFF, JPEG, PNG or GIF (*.gif) , and HTML files.";
fDesc[4] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features.";
fDesc[5] = "Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications. This is not a tool to open or edit PDF files; it is simply a converter that allows you to convert, for example, your .DOC files...";
fDesc[6] = "program features an unattractive user interface, which looks old and old-fashioned, you can create complete and fully customized calendars for multiple uses.";
fDesc[7] = "formats such as MS Office Word DOC, XLS, JPG, TIFF, Adobe Acrobat PDF, and plain text. When FLASH is included in the web page to be converted, the application will create a screenshot for showing it in another file format.";
fDesc[8] = "export images from document and image files in batch mode. The main feature in this tool is that it can handle all MicroSoft programs like MS Word, MS Excel, MS PowerPoint, etc. WORD, DOC ,DOCX ,DOCM files can be converted to JPG ,BMP ,GIF ,TIF ,WMF ,EMF ,PNG ,RLE ,TGA.";
fDesc[9] = "different file formats including Microsoft office word (.doc, .docx. docm), excel (.xls, .xlsm, xlsx), powerpoint (.ppt, .pptx, .pptm), pdf, htm, html, rtf, txt to image format. Conversion doesn’t take a lot of time.";
fDesc[10] = "conversion. This is a highly useful application, which is capable of converting .Doc files to RTF, PDF, HTML, XLS, TIFF and JPG formats. Apart from the .Doc files, it also possesses ability to convert the Rtf files into HTML, PDF and other formats.";
fDesc[11] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF";
fDesc[12] = "previews or thumbnails of web sites in several formats, such as TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PCX, TGA, JP2 (JPEG2000), PNM, etc. This application doesn't depend on print drivers. Just the opposite, it has its own means to produce conversions of high quality.";
fDesc[13] = "or GIF image format. It is an excellent tool that supports batch converting of web pages. It provides you with a range of features like load URLs from file, load html/mht/text files, load URLs from the Internet Explorer and configure output quality.";
fDesc[14] = "able to take the screenshot of the whole web page as JPG, BMP, PNG, TIFF and GIF in a very effective way. The internet explorer's functionality to take (capture) a snapshot of a given URL is used bythe HTML Snapshot ActiveX Component for its purpose.";
fDesc[15] = "you to check status of your vehicles, making statistics, reports.";
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 = '...';
}
}