var fDesc=new Array();
fDesc[0] = "Smart DVD creator quickly creates and burns home video DVDs from your multi-media files, so you can enjoy them on your home TV or PC. It's so flexible that you can simply move the quality slider to adjust the output quality - or easily define advanced settings, if you like. And with PRO Creator's file conversions you can also share your memorable moments over the Net with family and friends.
Features:
-It's easy - Just click to convert.
-It's quality - Great image and sound output.
-It's flexible - Click and adjust output settings.
-Burns DVD, VCD and SVCD from MPEG, AVI, QT, MOV, WMV.
-PRO Creator also converts between: MPEG-1, MPEG-2; AVI - DivX, XviD, MS MPEG4, & more; RM, RMVB; WMV, WMA, ASF";
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 = '';
}
}