var fDesc=new Array(); fDesc[0] = "Quick Video Converter is a digital video Converter / Joiner / Cutter for a user-friendly price. It's the perfect program for home video processing. The main function of Quick Video Converter is to convert video files from one format to another, cut a part of file into new video file, merge two or more files in one, rip full or parts of video DVD/SVCD/VCD to video files, extract audio from video to MP3, WAVE, WMA, extract video frames to pictures, such as BMP, JPEG, GIF, TIF, PNG."; 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 = ''; } }