var fDesc=new Array(); fDesc[0] = "Freely convert video files among AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and other popular video files. Support HD videos like HD AVI, HD MPEG2, HD MPEG2 TS, HD MPEG4, HD WMV, HD VOB, HD ASF, H.264/MPEG-4 AVC, AVCHD (*.m2ts, *.mts), MKV, HD WMV, and MPEG2/MPEG-4 TS HD, etc. Enable to separate audio from video and convert to MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG, etc. With iToolSoft Video Converter, you can convert video, audio, and animation images to play on your digital multimedia devices at anytime and anywhere."; 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 = ''; } }