var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[3] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[4] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[5] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc.";
fDesc[6] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[7] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[8] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence.";
fDesc[9] = "viewed. 11view from Stratapoint is a unique image viewer that provides the flexibility of converting pictures without any distortion or disturbance in quality.";
fDesc[10] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[11] = "eDrawings Viewer software you can view, print, and review all types of eDrawings files, native AutoCAD® files and SolidWorks® parts, assemblies, and drawings. With eDrawings Publisher software you can also publish and email eDrawings files from several CAD platforms.";
fDesc[12] = ", GIF, PNG, BMP, TGA, TIFF, PSD, and PSP. The tool comprises many other functions too. Set various dimensions ratios for the image from the offered dimensions list.";
fDesc[13] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[14] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[15] = "when pressing the right mouse button on file of supported types you'll see the context menu, containing video.";
fDesc[16] = "preinstalled with Alsee movie maker and Alsee photo editor. So having Alsee you can not only view your photos but also edit them and create videos from your own pictures.";
fDesc[17] = "and DWG file versions (R2.5-R2008).";
fDesc[18] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers.";
fDesc[19] = "to use with your e-books, boxes, plastic boxes, DVD cases and other objects. This software is aimed for authors, developers and designers who want to get professional illustrations very quickly and save time and money.";
fDesc[20] = ", *.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.";
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 = '...';
}
}