var fDesc=new Array();
fDesc[0] = "AVI DivX MPEG to DVD Converter & Burner converts your movie files from a wide range of formats (AVI, XVID, MPEG, and DIVX) to compliant DVD structures (VOB and IFO).It converts your batch files into a compliant DVD Video set of files and burns it on a DVD blank media DVD -R(W).
Support DivX, Xvid, Mpeg4, Mpeg, VCD DAT, AVI, WMV video format and much more.
Support AC3, DTS, PCM, OGG, MP3 and much more audio format.";
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 = '';
}
}