var fDesc=new Array(); fDesc[0] = "Free Image Viewer is a fast, powerful, and easy to use Image viewer and more. It has built in Email, FTP, and Zip functions that allows you to select a group of images and Email them to a friend, Upload them to your website, or create a Zip file, all from within the program. You can also browse images by folder, find images on your computer, view 35 image types by right-clicking in Windows Explorer, and make Thumbnail Web pages from any group of images, all with just one click !

This image viewer offers built-in e-mail, FTP support and compression functions. You can select a group of images and e-mail them, upload them or create a ZIP file. You can also browse images by folder, find images on your computer and make HTML thumbnail pages. Also included is an image slicer that can "chop up" a large image into smaller ones, then create the correct HTML code to put it all back together."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }