var fDesc=new Array(); fDesc[0] = "mediAvatar Video Converter is probably one of the world's easiest all-in-one video converting programs! It's not only for converting videos, but also a video editing program. It lets you convert videos between all of the standard-definition video formats and high-definition (HD) video formats such as AVI, MP4, MPEG, WMV, DivX, FLV, H.264/AVC, H.264/MPEG-4 AVC, AVCHD, MKV, RM, MOV, XviD, etc. You can also copy audios from videos and convert them into any audio format without loss of quality."; 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 = ''; } }