var fDesc=new Array(); fDesc[0] = "KRyLack Burning Suite is a freeware application for all your CD, DVD, Blu-Ray, HD DVD burning needs. It lets you burn Data DVDs, HD-DVDs and Blu-ray Discs, create audio and data CDs, Video DVD. Burning Suite can also create and record ISO images and support for many more file formats.
Key features:
* Burn Data CD, DVD, Blu-Ray, HD DVD in just a few clicks
* Easy creation of music CDs and sophisticated multimedia compilations
* Create video discs playable on your home DVD player
* Extract ("rip") music from your audio CDs
* Create disc images from discs or files (can be used for copying discs)
* Erase rewritable disc
* Supports most available CD, DVD, Blu-Ray, HD DVD burners
* Absolutely free software. 100% free for personal and commercial use."; 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 = ''; } }