var fDesc=new Array(); fDesc[0] = "Aneesoft MKV Converter is the best MKV converter that helps you convert MKV to AVI, MKV to PS3, MKV to MP4, MKV to FLV, MKV to WMV, MKV to iPad and other video/audio formats. See the full list of supported formats. Meanwhile, it can also support editing video by trimming,cropping, watermarking etc.

The converted video can be played on almost any portable device including iPad 4, iPad mini, iPad 3, Kindle Fire, iPhone 5, iPod touch 5, iPhone 4S, iPad2, iPhone, Zune, PSP, Apple TV, PS3, Xbox, iPhone 3G etc. so you can enjoy watching MKV movies on the go."; 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 = ''; } }