var fDesc=new Array(); fDesc[0] = "vdhcoapp is a multi-platform (Windows, Mac, Linux) application providing the Video DownloadHelper browser add-on with: file writing API features that are not available from the browser, temporary file name generation, launching default application on a data file, a build of the ffmpeg video converter.

vdhcoapp complies with the native messaging protocol and is not intended to be used directly from the command line."; 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 = ''; } }