var fDesc=new Array(); fDesc[0] = "Pictus is a fast, free image viewer. It is designed to be small, fast and just totally sweet. If you are content with your current photo viewer software you can still install Pictus and just let it help Windows Explorer show thumbnails for even more images.
Features
Loads images in advance.
Designed for responsiveness.
Very uncluttered interface.
Rotation and basic realtime color adjustment.
Supports BMP, GIF, JPG, PCX, PNG, PSD (Adobe Photoshop), PSP (Corel Paint Shop Pro), TGA, TIFF, WBMP, WEBP and XYZ
Helps Windows Explorer show thumbnails for those formats.
Fullscreen support.
Very customizable controls.
Handles EXIF orientation data.
Supports Windows Vista, Windows 7, Windows 8/8.1 and Windows 10.
A whopping selection of Swedish and English interface.
Free!"; 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 = ''; } }