var fDesc=new Array(); fDesc[0] = "ZZ Photo is an application that helps to organize your photo archive. The program can scan and import all images not only from users computer (including specific folders like Dropbox or Google Drive) but from Facebook, Instagram and Flickr. Also, the program can recognize people (as well as cats and dogs) and sort them by different categories."; 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 = ''; } }