var fDesc=new Array(); fDesc[0] = "FaceCrop SDK offers developers a single-call access to fully automated detection, cropping, resizing, and exporting of images of human faces. No matter what size, format, or resolution the source picture is, and how large or small is the face in it, the program will automatically locate and cut the face, saving the target picture in just the size and format you need."; 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 = ''; } }