var fDesc=new Array();
fDesc[0] = "EZ RM iPod Converter is a powerful media conversion engine internally so that you can convert avi 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. it Support subtitle editor with converter.
Features:
1. Convert Real Vidio(RM, RMVB, RAM) To MP4 .
2. Convert Real Vidio(RM, RMVB, RAM) To iPod .
3. Support subtitle editor.
4. Support batch conversion.
5. Video Play.
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 = '';
}
}