var fDesc=new Array(); fDesc[0] = "WinMEnc is the free Windows GUI of mencoder. It can encode from any media formats (AVI, VCD, DVD, rm/rmvb, MP4, etc) to the AVI file with the format of MPEG1/MPEG2/DivX/Xvid/H264, etc. With the help of mp4 muxer, such as, mp4creator or mp4box, it can produces mp4 file also. Mencoder is the powerful commnand-line video/audio encoder and it do not need any codecs installed in Windows. This GUI can provide a convenient way to use mencoder without complex commands, and is suitable to produce the media output for any player devices, PDA, iPod, PSP(PMP/AVI), DVD player, MP4 player, 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 = ''; } }