var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "provides you with range of features like formatting options, highlight keywords, background and font color, font styles, print option, save as GIF option, Auto copy and many more.";
fDesc[3] = "your PDF documents that are compatible with a number of mobile devices, such as Palm, Pocket PC and Smartphone. The layout and the navigability of the original PDF file remains intact, allowing you to add extra functionality by using its built-in text viewer and editor.";
fDesc[4] = ", Korean, and Japanese languages in any Windows application without the need to install any language extension. We can easily browse through CJK Web sites, and view all types of documents available in these languages.";
fDesc[5] = "range of formats, including the followings: PCL 5, PCL 6, color PCL 6, PCL 4, HPGL, HPGL/2, TEXT, TIFF, JPEG, CALS G4, and PCX/DCX. SwiftView is all about fast and accurate viewing and printing.";
fDesc[6] = "interface is comfortable, convenient, and flexible.";
fDesc[7] = "best.";
fDesc[8] = "including annotations, document properties, digital signatures, XPS converter and sidebar for ease of reading. Main Features: * Allow you to add notes or comments to an XPS documents to flag information or to highlight items of interest for later reference, support for adding text notes, ink notes, and highlight annotations. * Can adding document properties to your XPS documents (creator, identifier, content-type, title, subject, description, keywords, language, category), this feature will help you to manage your XPS documents easily. * Ability to converts Microsoft XML Paper Specification (XPS) to an image files. * Built-in sidebar for ease of reading. The sidebar contains a thumbnails from all pages, you can jumping from one page to another by clicking the thumbnails. * Support security features, such as digital signatures to provide greater document security. * Support for common...";
fDesc[9] = "application! View and Edit text documents, HTML, a wide range of graphic files, ZIP/Acrhives, programming source code, data files and more.";
fDesc[10] = "midi player, hex editor, html viewer, vedio player and Zip decompresser.";
fDesc[13] = "customisation of the viewing environment.";
fDesc[14] = "Shareware/Freeware. Ithas the ability to store as many as 71 text items, butin practice, users will only be able to store a...";
fDesc[15] = "Viewer, Advanced Search and Replace features. Edit your Exe Code, Hex Dump, Avi, Mpeg, Jpeg and other files with HHD HexEditor.";
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 = '...';
}
}