var fDesc=new Array();
fDesc[0] = "Holeesoft iPod converter can convert all popular video to iPod and extract audio format from movie. With the Holeesoft iPod converter, you can watch video/movie in just about any format on your iPod, iPod touch, iPod classic and iPod nano.
You can customize video’s aspect ratio or video encoding settings including video size, frame rate, bitrate.";
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 = '';
}
}