var fDesc=new Array(); fDesc[0] = "PSP Thumbnail Handler is a free utility developed by Bot Productions. When viewing files on your computer with Windows Explorer's thumbnails view, this utility allows you to view thumbnails of Paint Shop Pro images.
Version 2.1 is available, including Unicode file support and a version for x64 editions of Windows.
PSP Thumbnail Handler uses GDI+ 1.0, a standard component of Windows XP, Windows Server 2003, and future Windows versions. Because this component is not part of previous versions of Windows, a separate installation package that includes GDI+ 1.0 is available above for those operating systems.
System Requirements - 32-bit Edition

* Pentium/166-based or compatible system, or better
* One of the following Microsoft operating systems:
o Windows XP
o Windows Server 2003
o Windows 2000 with Internet Explorer 5.5 or newer
o Windows Me
o Windows 98 with Internet Explorer 5.5 or newer
* 2 MB of available hard drive space"; 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 = ''; } }