var fDesc=new Array(); fDesc[0] = "Ashampoo BurnYa! AudioCD enables you to burn your favourite songs with just a few clicks to audio CDs. It?s so easy that you will love it! Ashampoo BurnYa! AudioCD burns WAV, MP3 and Ogg Vorbis files to audio CDs. You can play these Audio CDs in each commercial CD Player. Burning audio CDs has never been easier! Features: * Add your audio files to the playlist by drag&drop * Supports WAV, MP3 and Ogg Vorbis music files * The program can automatically determine the recording speed and all advanced options according to your computer system * Multilingial Version (English/German/French/Dutch/Ungarian/Polish/Russian) * Additonal options for burning * Integrated support for over 1,500 CD burners"; 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 = ''; } }