var fDesc=new Array(); fDesc[0] = "Quick Media Converter is a free universal Video and Audio Youtube converter with many more different possibilities, designed to be as simple to use as it may get, Quick Media Converter supports a myriad of formats and codecs.

This version is supporting many more formats , new design new possibilities such as Youtube Video Converter ability as well as Daily Motion AVC video conversion and also Support of QCELP (USA)audio codec as well as KDDI Codec ( Japan) TS HD from Satellite receivers such as Dreambox and much much more such as an integrated video audio player."; 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 = ''; } }