var fDesc=new Array(); fDesc[0] = "PhotoSync lets you transfer photos and videos between mobile devices, computers, NAS storage, cloud services, etc. It can work over FTP, SMB, WebDAV, and SFTP protocols. PhotoSync works flawlessly with Synology, QNAP & Buffalo NAS, ownCloud, Nextcloud, WD MyCloud, FreeNAS, OpenMediaVault, and Seagate Personal Cloud. You can also set this program to automatically transfer photos and videos from your phone to selected storage."; 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 = ''; } }