var fDesc=new Array(); fDesc[0] = "AVI Video Joiner can join different AVI video files into one. The program can be used to join files with different codecs, resolutions, etc. AVI Video Joiner can also be used to verify and repair your AVI files. It can show various information about your AVI files, such as: video codec, video size and duration.

The program can remove duplicate files automatically."; 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 = ''; } }