var fDesc=new Array();
fDesc[1] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
fDesc[2] = "plus speed increases with the rendering. It also has AQMC rendering which helps in a flicker free character animation.";
fDesc[4] = "formats. It allows you to view, convert and print your single or multi-page images in a variety of ways: a set of thumbnails, single images at many zoom levels, print preview and slide show. VaryView supports AFP ANI AVI AWD BMP CAL CALS CG4 CGM CIT CLP CMP CMX COT CUR CUT DCX DGN DIB DRW DWF DWG DXF EMF EPS EXF EXIF FAX FLC FLI FPX FXD FXM FXR FXS G3 G4 GBR HGL HPG HPGL ICA ICO IFF IMG IOC IOCA ITG JFF JIF JPEG JPG JTF LAS MAC MIL MPEG MPG MSP ODA PAS PAW PBM PCD PCL PCT PCX PGL PGL PGM PICT PLT PNG PNM PPM PRN PRT PSD PSP PTO PTOC RDL RGB RGBA RLE SCT SGI SHP SMP SUN SVG TG4 TGA TIF TIFF VWP VWPG WBM WBMP WFX WMF WPG XBM XPM XWD file extensions. You can also copy images to the clipboard to import into other applications and print in a variety of ways: powerful preview, detail alignment and layout, rotate, mirror, invert color, header, footer and more.";
fDesc[7] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!";
fDesc[10] = "and other installers. Also,it enables distrubution of any kind of scripts including BAT, CMD, VBS, VBE, JS, JSE, WSF.";
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 = '...';
}
}