var fDesc=new Array();
fDesc[0] = "EasyBurn is a Easy-to-use CD/DVD burning program for Windows that lets you create and record audio , Video-DVD and data CDs under Windows.
Main Features:
- Writes to ALL CD/DVD media types including Blu-Ray (BD-R/BD-RE).
- Supports all current hardware interfaces (IDE/SCSI/USB/1394/SATA).
- Writes Multi-Session or Disc-at-Once mode to ALL supported media formats.
- Supports UDF/ISO9660/Joliet Bridged file systems (any combination).
- Supports UDF/ISO9660/Joliet Bridged file systems (any combination).
- Supports UNICODE for multi-byte languages.
- On-the-fly writing for all image types (no staging to hard drive first).
- Creates Bootable data discs or images
- Auto-verification of data images.
- Writes DVD-Video images.
- Writes Audio CDs from .wav, .mp3, .wma or .ogg ** files in Disc-at-Once or Track-at-Once mode.
- Supports simultaneous (parallel) image writing.
- Automatic selection of write modes for Disc-at-Once operations (no special device knowledge required).
- Supports Windows 98/ME/NT/2000/XP - Vista and Embedded ready (64/32 Bit).
- No Drivers Required.";
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 = '';
}
}