var fDesc=new Array(); fDesc[0] = "Copy or move photos and files to one, two or three targets, with or without subfolders. XTempo Mover can rename destination files by date and time, append a counter to avoid overwrite, set destination files to read-only and more.
XTempo Mover moves or copies to one or (like an instant backup) two or three targets, with or without subfolders. It can set destination files to read-only, append a counter to avoid overwrite, rename destination files by date and time, and more. XTempo Mover is used by digital photographers yet can be a file transfer utility as it recognizes standard files."; 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 = ''; } }