var fDesc=new Array(); fDesc[0] = "VSO Downloader has the ability to download audio and video streams from thousands of websites. Unlike other downloaders, VSO has a unique download detection tool that can automatically capture streaming URLs from any web browser such as Chrome, Edge, or Firefox. Simply turn on the detection feature and play videos on your favorite browser - it will automatically be downloaded.

VSO Downloader is available in Free and Ultimate variants. Ultimate version can download from websites using advanced protocols like HTTPS, HDS, and RTMP."; 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 = ''; } }