var fDesc=new Array(); fDesc[0] = "Movies Extractor Scout LITE, is the free version of “Bytescout Movies Extractor Scout” with all the basic functions required to extract movies, flash and animation from Internet Explorer, Mozilla Firefox and Opera browsers and system folders.
As soon as you launch the program, it opens a small Window that provides options to get movie files from browsers and folders and from Internet pages. Choosing the option to extract movies will scan all the specified destinations and provide you with a list of all the movies extracted.
The other way you can select extraction of flash or movie files is from the main interface of the tool. Here, you have several options like open URL, which allows you to extract movies from browsers and folders and to download and view a movie from the web page; Scan browsers option, displays a list of extracted files in a column, each file can be chosen to view the movie. Also, the program provides play, pause and scroll movie options, allows to capture a frame and save it as an image file, and has various other options like hotkey support, that make it perfect for all image extraction needs."; 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 = ''; } }