var fDesc=new Array(); fDesc[0] = "CD Wave Editor is a powerful yet easy to use application designed to aid in CD-Recordable mastering. This incredible program enables you to easily split WAV files from any source, like LP, tape or even CD. After recording, you can let CD Wave automatically calculate split points, or you can manually add and delete split points. What is more, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. The program also enables you to write out the tracks as individual wave files and use any CDR mastering program to write a disc that has no clicks or pops in between tracks. CD Wave can also act as a simple audio recorder and editor, allowing you to record and playback audio, and cut out parts that you want to keep. In addition to this, the program can read and write CUE sheets as well as write files in OGG Vorbis format, in FLAC (lossless compression) audio and in MP3 format (if you have the LAME encoder) directly. It also supports 24-bit and surround audio."; 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 = ''; } }