var fDesc=new Array();
fDesc[0] = "BurnGO is a software which can burn Audio CD, Data Disc, VCD, SVCD, DVD Video, Disc Copy and Disc analyse, can Multi-burning and Time-burning.
Main features:
- Make the Audio CD by audio files.
- Record the Data DVD/CD/Blu-ray from hard disc files or image files(include *.iso, *.img, *.nrg, *.vcd ,etc), and also can make the image file(*.iso).
- Burn the Mp3 CD from your mp3 files, the disc can be played in the any device which supports Mp3 CD.
- Burn the video files to VCD/SVCD.
- Burn the video files to DVD Video.
- Copy your DVD/CD/Bluy-ray disc.
- Analyse the the compact disc and image files, include *.iso, *.img, *.nrg, *.vcd ,etc. and it can watch each sector data in the compact disc or the image files.
BurnGO supports any of the recordable devices ,inlcude CDROM,CD-RW,DVDROM,DVD-RW,DVD R,DVD RW,DVDRAM,BLU-RAY.";
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 = '';
}
}