var fDesc=new Array(); fDesc[0] = "Custom CD burner just for you!
Features:

burn the wma, mp3, ogg into audio CD on the fly. (burning proof supported)

play your favorite music (MP3, Windows Media Audio or Vorbis OGG ) files.

batch convert wma, mp3, ogg to wav files

design and print custom CD labels with digital images and custom texts.

manage music files with meta tags, and support auto-rename music files

multiple language user interface (Currently support English and Chinese)"; 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 = ''; } }