var fDesc=new Array();
fDesc[0] = "Allok AVI MPEG Converter is designed to meet all your needs of convert video file between AVI, DivX, MPEG, VCD, SVCD, DVD, WMV, ASF formats.
Integrated High-speed MPEG encoder which let you make DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image(*.bin,*.cue), so you can burn VCD/SVCD/DVD disc easily by using third-party burning tools.
The main features include: supports both 4:3 TV and 16:9 widescreen TV for DVD, VCD, SVCD exporting, supports adjust output video quality, and all encoders/codec are built-in and any supported conversion can be done once you downloading the software.
Very user-friendly interface and easy to use. Very quick in conversion speed and excellent output quality is offered.";
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 = '';
}
}