var fDesc=new Array(); fDesc[0] = "Video Batch Converter can convert between almost all popular video formats including AVI, MPEG, WMV, MP4, 3GP, h264/PSP MPEG4 AVC, MOV, RM, Xvid, and also convert video files to all popular audio files such as WMA, MP3, MP2, WAV, VOX, OGG,G721,G723,G726 and PCM. Features include: support h264 format encoding/decoding,audio CD ripping,Audio editor and split videos; Supports many personal multimedia device such as PSP, iPod, Mobile phone, MP4 Player, PDA, and others; integrate with all video/audio encoders/codecs; support batch conversion and multithreading; convert any clip or segment by clicking and dragging mouse at will. Also a ringtone converter is included."; 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 = ''; } }