var fDesc=new Array();
fDesc[0] = "Koepi XviD is a codec pack that allows you to play DivX,3IVX and other MPEG-4 video files.
The new installer includes an update Xvid MiniConvert which fixes issues with file suffixes. The installer also includes the Qt libraries.
The codec pack includes a decoder/encoder configuration tool.";
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 = '';
}
}