var fDesc=new Array(); fDesc[0] = "Which photo do you look best in? This is a unique program that is based on scientific algorithms and face recognition software to assess the beauty of a person's face.

Of course, beauty is subjective. Even the most complicated program won't allow you to measure subjective beauty. But we have implemented amazing algorithms that can analyze an objective series of manifestations, to create a Face Beauty Rank for each of your photo's. Rank your own face, rank your friend's face, rank a celebrity's face. See if your Beauty Rank changes after you
put on makeup. Entertaining and easy to use."; 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 = ''; } }