var fDesc=new Array(); fDesc[0] = "ThinkVD Video Converter Ultimate is a total solution for video and audio converting, helps you converting videos of all popular formats like AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and audio MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG. You can convert video, audio, and animated images to play on your PSP, PS3, iPod, iPhone, Apple TV, Xbox, Android phones, iPad and other digital multimedia devices. All made possible with ThinkVD Video Converter.
Powerful video editing functions:Clip/merge/trim video,Crop video,Add watermarks,Add audio,Add subtitles,Customizable video brightness, contrast, saturation, resolution etc;"; 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 = ''; } }