var fDesc=new Array(); fDesc[0] = "Pazera Free WebM to AVI Converter is the free video converter which converts YouTube videos (WebM, MP4, FLV, 3GP) to AVI or MPEG. WebM files are very common on the Internet, but many players and video editing programs does not support the WebM format. In this case, it is necessary to convert WebM files to more popular format, such as AVI or MPG.

WebM is an open media file format designed for publishing videos on websites compatible with HTML 5 specification. WebM files are commonly used by many websites, including YouTube, Wikipedia. Unfortunately, many players and video editing programs does not support WebM. In this case, it is necessary to convert WebM files to more popular format, such as AVI or MPG."; 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 = ''; } }