var fDesc=new Array(); fDesc[0] = "Seamlessly convert ordinary videos to HD-formats to share with your family and friends! mediAvatar HD Video Converter can easily convert between various HD video formats such as Full-HD 1080p, HD AVI, H.264/AVC, HD MPEG4 TS, HD MPEG2 TS, HD WMV, HD Quick Time, AVCHD (.mts, .m2ts). Additionally, you can also convert HD videos to other video formats incl. AVI, MP4, MPEG, ASF, MOV, RMVB, DivX, 3GP, RM, etc., extract music and pictures from videos as well as sharing them on virtually all digital devices easily and effortlessly."; 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 = ''; } }