var fDesc=new Array();
fDesc[0] = "eTeSoft iPod Video Converter is a popular iPod conversion tool that provides an easy and completed way to create iPod videos/audios from all popular video and audio formats, including MPEG-4, H.264/AVC, MKV, AVI, WMV, DivX, XviD, MOV, 3GP, FLV, ASF, DVD, VCD, SVCD, WAV, MP3, WMA, AAC and more.
All conversion processes are as easy as 1-2-3, just add source file, select output format and go!
In addition, eTeSoft iPod Video Converter can also extract audio streams from videos to iPod MP3, M4A, AAC files.";
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 = '';
}
}