var fDesc=new Array(); fDesc[0] = "vSpect is a free, fast, and well-designed image viewing and inspection tool. It works on all versions of Windows from XP onward (including Windows 7). And if for whatever reason you don't like it, don't worry, vSpect comes with a uninstaller that fully removes the application from your computer. We built vSpect because we wanted it in our own work and we are making it available for others because an app like this is long overdue.
It is free, so needless to say, we offer no warranties, promises of support, or promises of any kind (see the End User License Agreement for all the legal details). But we do love feedback, so if you have something to say, email us at the address listed at the bottom of the page."; 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 = ''; } }