var fDesc=new Array(); fDesc[0] = "AVI decomposer will decompose each frame in a AVI file into .JPG images and The Audio to a .WAV sound file. This is a Freeware application. Designed to be used with SWF Convert , and The other software available.
AVI Decomposer can convert each frame of an AVI file to a JPG image, convert the Audio track from the movie to a WAV sound file, offers multiple stream support, and it's quick simple and easy to use!"; 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 = ''; } }