var fDesc=new Array();
fDesc[0] = "TinyBurn is free dvd burn software that doesn't comprise on features. TinyBurn allows you to Burn, Copy, Rip, Erase, & Convert DVD, CD, & ISO. TinyBurn is a free alternative to top DVD burning software.
Main features:
- Free DVD Burner
- Free DVD Creator
- Free DVD Ripper
- Free DVD Copier
- Free CD Burner
- Free CD Copier
- All Built Into One Program!
- Completely FREE!
- ISO Burn
- BIN/CUE Burn & Image Writer
- Burn DVD - Rip DVD - Copy DVD
- Burn CD - Rip CD - Copy CD
- Supports Disc Image Formats
- Supports dual-layer DVD Recording!
- Easy Interface to use
- Better than paid software!
- High quality burning speeds.
- Open Source DVD Software
- Windows™ Compatible!";
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 = '';
}
}