var fDesc=new Array(); fDesc[0] = "500th Video Converter is a lightweight and easy to use video conversion software, which allows you to convert and burn video files, extract audio tracks from video files, preview video and apply visual effects. 500th Video Converter allows you to convert any video file and save it to various formats such as AVI, MOV, MKV, WMV, VCD, DVD, MP4. With 500th Video Converter you can extract audio track from any video file and save it to various format such as MP3, WAV, OGG, FLAC, WMA. With 500th Video Converter you can burn your video files to CD, DVD or Blu-ray Disc as well as erase any rewritable media."; 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 = ''; } }