var fDesc=new Array();
fDesc[0] = "Batch conversion from MP4/M4V(MPEG-4 Video) TO MP4(iPod Video) format.
EZ MP4 iPod Cconverter is a powerful media conversion engine internally so that you can convert mp4 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. Support various iPod video sizes including H.264 video.";
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 = '';
}
}