var fDesc=new Array(); fDesc[0] = "The cross-platform desktop application allows you to upload videos to Vimeo without visiting the website.
You can even pause and resume your uploads! Installation is fast and easy.
Once you've got the program loaded on your OS of choice, just drag and drop your videos to get the party started.

Main features;

- Upload multiple files
- Batch edit video info and privacy
- Pause & resume upload"; 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 = ''; } }