var fDesc=new Array();
fDesc[0] = "Super DVD Creator was designed to convert and burn
- Create DVD from AVI, RM, WMV, Asf, Ogg, 3GP, DivX, Xvid, RM/RMVB, QT(MOV), MPEG1/2, VOB files.
- Convert AVI, DivX, Xvid, RM, RMVB, WVM, ASF, MOV, MP4, MPEG, etc, to MPEG2 VOB formated files.
- Burn & convert Avi Divx, Xvid, Wmv, Rm, Rmvb, QT to Video DVD,
- Batch convert all movies direct to DVD.
- Express Burn & Convert Avi to DVD, Divx to dvd, wmv to dvd, Rm/ Rmvb to DVD, QT(mov) to DVD, etc.
- Support 16:9 Widescreen TV and 4:3 standard TV.
- Burn Media file to DVD Disc. support disc media:DVD /-R, DVD /- RW, DVD DL R, DVD DL /-RW, etc.
- High picture quality and fastest converting speed.
- Easy to add DVD Subtitle files(*.srt) to DVD with subtitle.
- Create DVD chapter menu just one click.
- Multilingual user interface support : (English, French, Chinese, German, Italian, Japanese, Spanish, etc.)";
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 = '';
}
}