var fDesc=new Array(); fDesc[0] = "Convert & Decompile AVI, ASF, WMV, RM & MPEG Video files. Converts MPEG-1, MPEG-2, AVI (Windows Video), WMV (Windows Media Video) and ASF to AVI and WMV and much more. You can apply a variety of effects during conversion. 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. Extract Single Video Frames to Image Files. Supports (AVI,MPEG,WMV,ASF) to (BMP,GIF,PNG,JPEG,TIFF,EMF,WMF,PCX,TGA,J2K,RAS). Convert multiple video files at once (Batch Conversion). Many modern features were added to the latest versions."; 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 = ''; } }