var fDesc=new Array(); fDesc[0] = "mediAvatar Video Converter is probably one of the world's easiest all-in-one video converting programs,which is capable of converting normal HD and SD video into 3D video format.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. As video editing program it can cut, clip, merge video clips as well as add multiple video effects, watermarks, subtitles and soundtrack. In only a few steps it can also convert movies, TV shows and your favorite music videos into the required format for all portable devices."; 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 = ''; } }