var fDesc=new Array(); fDesc[0] = "FaceCropper is a tool that automatically detects faces from photos, group or single, stored in a folder and crop it in to a new image with a specified size. FaceCropper can be used to make photos for ID cards online forms etc. The program comes with a simple interface, you just have to select your photo folder and the program will auto detect faces."; 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 = ''; } }