var fDesc=new Array();
fDesc[0] = "Boxoft Duplicate Image Finder provides you an easy way to search images by visual or non-visual comparison. It also enables you to manually define similarity percent for scanning out duplicates, and even helps you to delete checked duplicates at once to save your disk space
After scanning out all duplicates, you can choose whether to delete them or just move them to a new folder. At the same time, the program helps you to check out smaller size or smaller dimensions images automatically.
Boxoft Duplicate Image Finder is a good tool to help you identify and recover wasted disk space, and simultaneously, it will reduce file searching time and virus scanning time.";
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 = '';
}
}