var fDesc=new Array();
fDesc[0] = "Xvid Decoder is a free and powerful video tool to convert Xvid video formats to WMV, AVI(MPEG1), MPEG4, DivX, Song PSP video formats, all Xvid codec/encoders are built-in, it can adjust output video quality, adjust video aspect. The program has a simple interface, and is very easy for any users, with this free software; you can get great quality videos with a high conversion speed for all your Xvid videos.";
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 = '';
}
}