var fDesc=new Array(); fDesc[0] = "Draw a picture similar to the photo you're looking for selecting the color of the brush from the palette and the size with the slider, select the folders in which the computer must look for, moving Likeness you can adjust the accuracy of matching during the search and click the Search button. When the search is finished simply double click on the interested photo to open the folder in which it is and will be automatically selected."; 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 = ''; } }