var fDesc=new Array(); fDesc[0] = "Batch Photo Face is a program that automatically recognizes faces in photos and processes images based on detection results. You can specify which actions and operations should be performed, which filters should be applied during processing by using an Action Sequence.Then you can specify various options and settings for each action to specify exactly how the action should process your images."; 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 = ''; } }