var fDesc=new Array(); fDesc[0] = "VIEWER is compact and fast image viewer with slide show and editor. It features eye catching interface within blazing fast folder, file list and thumbnail. Viewer includes also image Info with Image EXIF meta data JPEG and TIFF support and IPTC (IIMV4) information (like PhotoShop file info) from JPEG and TIFF.

It also includes shell toolbar, image compare, Favorites and Slide Show. Viewer supports all major graphic formats including BMP, JPEG, JPEG 2000, GIF, PNG, PCX, TIFF, WMF and TGA."; 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 = ''; } }