var fDesc=new Array(); fDesc[0] = "Umile Encoder is a program designed to convert the formats and specifications so that the video files of different formats will run in various multimedia devices such as the PMP, MP4P, PDA, and mobile phones.

Main features:

- Broad user base:
Improvement of function, performance and service through the continuous feedback from users since 2007
- Stable internal codec:
Built in code to prevent crash with other codecs installed in the user PC
- High performance conversion:
Effective multithread architecture to offer the best performance in the multi-core environment
- User friendly environment:
Intuitive UI, various preset configurations, automatic device recognition and transfer, and live update."; 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 = ''; } }