var fDesc=new Array();
fDesc[0] = "iSkysoft iPod Video Converter allows you to convert Video to MP4 format for iPod touch, iPod classic, iPod nano, etc. The program can convert MP4, MOV, 3GP, AVI, WMV, RM, MPEG, ASF and FLV to iPod video without loss ok quality. This application also supports converting all audio files to iPod MP3, M4A and AAC files.
This iPod converter is designed with a series of very useful features such as setting video brightness, contrast, saturation, video crop, batch conversion, and joining multiple files into one file.";
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 = '';
}
}