var fDesc=new Array(); fDesc[0] = "Universal Video File Converter-Decompiler for MPEG, MPEG-1, MPEG-2, AVI (Windows Video), WMV (Windows Media Video), ASF & RM (Real Media). Apply a variety of effects during conversion. Extract Single Video Frames to Image Files. Supports all major video formats. It is possible to convert video files in the following way: AVI > (AVI, RM, WMV, MPEG); WMV>(AVI, RM, WMV, MPEG); MPEG > (AVI, RM, WMV, MPEG); MPEG > (AVI: Uncompressed, MS MPEG4, DivX, XVid, RM, WMV) & more. Supports all major video formats including. Extract Single Video Frames to Image Files. Supports (AVI, MPEG, WMV and ASF) to (GIF, PNG, JPEG, JPG, EMF, WMV, BMP & more).
Capable of Batch Conversion."; 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 = ''; } }