var fDesc=new Array(); fDesc[0] = "CTSFaceFinder - unique and absolutely free software for working with photos and face detection. If you have a big amount of photos and you want to find all photos with some faces (face detection) then CTSFaceFinder is what you need. Just set a path to directory with photos (subdirectories are allowed) and click the "Run" button. You get a list of all face detection from selected directory. After that you can select some faces and see photos with these faces. Also you can copy photos with selected faces to other place on the disk. Free face detection software!"; 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 = ''; } }