var fDesc=new Array();
fDesc[0] = "EZ MPEG iPod Converter is a powerful media conversion engine internally so that you can convert mpg/mpeg files with very fast speed. Support edit info in output ipod video. You can choose the output video MPEG-4 or H.264 in MP4 format, 640 by 480 or 320 by 240 pixels video resolution. With a very easy to use interface you can also convert video file. your work will become very easy.
Features:
1. Convert MPEG(MPEG-1/MPEG-2 Video) To MP4 .
2. Convert MPEG(MPEG-1/MPEG-2 Video) To iPod .
3. Support subtitle editor.
4. Support batch conversion.
5. Convert MPEG video files to iPod with high quality.
6. Shut down the computer after the conversion finished.
7. With user-friendly-interface and converting your files is just a button click away, you'll be an experter in no time!";
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 = '';
}
}