var fDesc=new Array();
fDesc[0] = "Fire Burner is a full-featured package that includes all the functions you need for ISO / CUE / CD and DVD burning. With this package you can create and burn audio and data discs, bootable CD / DVD / ISO images, multisession discs and more.
Main features:
-Full Drag and Drop support
-Support CD-R / CD-RW / DVD RW / DVD-RAM / DVD-R / DVD-RW.
-On the fly recording; no need to build ISO file first. No disk space is required for temporary files.
-Create ISO(100% DOS/Windows) compatible Data CDs/DVDs
-Support Long File Name (Joliet) File System.
-Burn and Build ISO Images.
-Create Multi-Session CD.
-Write on Rewritable CDs.
-Highly customizable Files/Directory layout.
-Tested with SCSI, IDE, EIDE, USB and Firewire CD/DVD Writers.
-Can be used to make backup.
-All Windows Versions (Except Windows 3.1x) supported.
-High Performance File/Disc Caching.
-Burn Proof/Just Link support.";
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 = '';
}
}