var fDesc=new Array();
fDesc[0] = "Easy WMV/ASF/ASX to DVD Burner is fast, high quality DVD authoring and burning software which helps you convert wmv,asf,asx files to DVD and burn DVD disc with easy. Easy WMV/ASF/ASX to DVD Burner supports generate DVD image and save to hard disk,or burn hard disk DVD iamge to blank disc.supports both NTSC and PAL TV system. Supports 4:3 and 16:9 aspect ratio.
Easy WMV/ASF/ASX to DVD Burner is highly compatible. Supports DVD-R/RW, DVD+R/RW.Supports all popular SCSI,IDE,USB DVD burners/recorders on the marketing.
Easy WMV/ASF/ASX to DVD Burner support to save the maked DVD image to hard disk, so you can burn the DVD image to multi blank discs.
With built-in DVD burning engine, you can burn a hard disk DVD image to blank DVD disc within 10-15 minutes.";
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 = '';
}
}