var fDesc=new Array(); fDesc[1] = "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[2] = "touch by printing on them. You are limited to gray scale images, but still, the amount of designs that you can achieve is vast. For Lightscribe to work you need to have a burner that supports the technology and a special disc to print on."; fDesc[3] = "you can take a screen shot of the total screen or only of selected areas. Besides, the resulting images can be easily edited on the main window program."; fDesc[4] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[5] = "complies with the TWAIN standard and a printer installed, you can directly take a copy of a scanned document with this tool. With just a click of the “COPY” button it detects printer and scanner automatically and starts copying images or documents."; fDesc[6] = "slide show by adding images. You can import Quick Time, MP4, 3gp, AVI, MPG, WMV and ASF files and mix them with any image file like, JPG or BMP. You can customize the delay for displaying images in a video file."; fDesc[7] = "having Adobe Reader installed. It has the ability to extract images and save them in the following formats: TIF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM, and PCX."; fDesc[8] = "images you have in your computer. It has a nice looking interface that makes the program fast and easy to work with, and shows you step by step how to use its tools."; fDesc[9] = "program is easy to work with and to follow. You can edit your pictures to make collages and scrapbooks. It also allows you to save your projects, so you can go back to them every time you need to."; fDesc[10] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions."; fDesc[11] = "screen. This program lets you capture sequences from games, DirectX presentations, CAD programs and more. It has a fully Customizable user Interface that allows to rearrange menus and toolbars any way, assign any keyboard shortcuts, create instant toolbars and more options."; fDesc[12] = "from the digital pictures you have in your computer. It has a useful and nice looking interface that guides you step by step."; fDesc[13] = ", JPG, GIF, TIFF and PNG with filters that include: Gray Scale, Brightness, Invert colors, Watermark, Draw Text, Rotate, Flip, and adjust RGB."; fDesc[14] = "multi-page TIFF image into PDF document easily. It helps you to convert TIFF Group Images into a PDF document. It supports Compressed, Group3, Group4, PackBits, Run Length Encoded, Color, Gray scale, 8 bit, 16 bit, 32 bit, and many more Tiff image formats."; fDesc[15] = "need to consult Windows Explorer again for this. There are a lot of tools. Visit www.showyourphotos.com"; 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 = '...'; } }