var fDesc=new Array(); fDesc[0] = "BurnAware is the ultimate disc burning software. BurnAware Home is the preferred edition for home desktop and mobile PCs. It includes additional burning tools which help you to copy your CDs and DVDs with digital photos, documents, games, movies and music easily. Also with BurnAware Home you can compile and burn bootable discs and disc images. Key Features

Create data, bootable and multisession CD/DVD/Blu-ray Discs
Create Audio CDs and jukebox CD/DVD/Blu-ray Discs
Create DVDs-Video
Copy and backup CDs/DVDs
Create and burn disc images, bootable images
Erase / Format rewritable discs
Supports all current hardware interfaces (IDE/SCSI/USB/1394/SATA)
Supports UDF/ISO9660/Joliet Bridged file systems (any combination)
On-the-fly writing for all image types (no staging to hard drive first)
Auto-verification of written files
Supports CD-Text
Clean, multilingual, easy to use interface
Supports unicode for multi-byte languages
Supports Windows NT/2000/XP/Vista (32 and 64 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 = ''; } }