var fDesc=new Array(); fDesc[0] = "Convert MKV (Matroska Video) files to play with iPod, PSP, Apple TV, PS3 and Xbox with Xilisoft MKV Converter. Supported popular video formats include AVI, .264/AVC, WMV, DivX, MP4, XviD and MOV plus audio formats in MP3, WAV, WMA, AAC or M4A.

With the Xilisoft MKV Converter, you are able to split a file into several MKV files, compress large files into smaller formats, and create multiple output files simultaneously from one MKV source."; 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 = ''; } }