var fDesc=new Array(); fDesc[0] = "AVCWare DVD Converter is a DVD to video converting program that rips DVD movies and converts them to various formats. This DVD converting application can convert DVDs to AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, and 3GP video formats, and rip DVD audio to MP3, WMA, WAV, RA, M4A, AAC, AC3, and OGG audio formats as well.

Its editing tools gives you the ability to clip a video to extract your favorite segments, split a video into segments, and merge several of them into one. You may also crop the video frame, adjust image effects, add watermarks/subtitles/soundtracks to videos, and do much more."; 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 = ''; } }