var fDesc=new Array();
fDesc[0] = "Ultra WMV Converter is a tool to help you convert WMV, ASF files to AVI, DivX, Xvid, MPEG1, MPEG2, VCD, SVCD, DVD, WMV, ASF, MP4 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 buring tools.
The main features include: adjust output video quality, adjust 4:3 or 16:9 video aspect, all encoders/codec are built-in and any supported conversion can be done once you downloading the software .
Fast conversion speeds and high quality , simple GUI and very EASY to use.";
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 = '';
}
}