var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to reduce the file size of multiple AVI video files. The user can specify the files or an entire folder to be processed and then, using a slider, set the desired quality level before starting the conversion. This can be useful where there are file size limits on transfers or simply to save storage space. Sample files are included with the software as an aid to new users. With this software, batch reducing AVI files is as simple as dragging and dropping your files and letting the software do the rest."; 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 = ''; } }