var fDesc=new Array(); fDesc[0] = "Convert videos to formats supported by editing software tools, including iMovie, Final Cut Pro and Sony Vegas, etc. Convert video for uploading to any video-sharing websites, like YouTube, Vimeo, Dailymotion, Facebook, Twitter, etc. Convert video to any video/audio format (220+ formats) at fast conversion speeds and without any quality loss, preserving the image and audio quality 100%, just as the original video file."; 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 = ''; } }