var fDesc=new Array();
fDesc[0] = "McFunSoft iPod Video Converter is professional video software which provides an easy way to convert almost all popular video files to iPod compatible video files.
McFunSoft iPod Video Converter supports a wide range of formats including AVI, MPEG, DV, WMV, MOV, MP4, RM, RMVB, 3GP, H.264, VOB, etc. All conversion processes are fast and easy to handle.";
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 = '';
}
}