var fDesc=new Array(); fDesc[0] = "FaceOnIt - Face Detector is a robust, very fast, powerful and easy to use program library to find faces in pictures and videos. You only need to load the picture or the video file and then the program will detect faces in the uploads. This program is made for Windows XP."; 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 = ''; } }