var fDesc=new Array();
fDesc[0] = "Okoker All Video Converter&Burner Pro is a professional media conversion tool that can batch convert almost all video to MPEG, AVI, WMV, DVD, VCD and SVCD, and burn them to a DVD, CD disc.
You can change the codec/system type to PAL or NTSC, and adjust the video size of the output files . It has all of the functions of Okoker video converter software series.";
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 = '';
}
}