var fDesc=new Array(); fDesc[1] = ", 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[2] = "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[3] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[5] = "Windows Explorer. It supports a lot of popular image file formats, including BMP, GIF, JPEG and so on."; fDesc[6] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename."; fDesc[7] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects."; fDesc[8] = "many other formats), as well as 2D graphical files (PSD, PNG, TIF, JPEG, BMP, GIF), Video, Audio files and DVD."; fDesc[9] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats."; fDesc[11] = "application! View and Edit text documents, HTML, a wide range of graphic files, ZIP/Acrhives, programming source code, data files and more."; fDesc[12] = "interface and is simple to use. Despite its simplicity it offers many advanced functions, such as thumbnails, exporting to HTML & thumbsheets"; fDesc[13] = "collection with ease. It supports all popular graphic formats, can view images as slide-show and has other featurs such as image descriptions."; fDesc[14] = "of software, the users can view, manage, resize and print digital images within no time. The program can process many popular graphic formats including PNG, JPG, BMP, and more."; fDesc[15] = "Popup Menu 'View / Print / Scan...' in the Windows Explorer. Provides simple functions that make image file management easier. You can quickly open, move, rename / convert, print images. You can quickly capture images from the screen. You can load images from scanners or digital cameras."; 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 = '...'; } }