var fDesc=new Array(); fDesc[0] = "The program is made to copy audio from compact disks and then convert it into user-chosen audio formats.

You can painlessly transfer your favorite compositions from CDs and save them on your computer in the format of your choice. All popular audio formats are supported, such as MP3, Windows Media Audio (WMA), QuickTime Audio (M4A and AAC), Vorbis Audio (OGG), Mobile Audio (AMR), Sun Audio (AU), Wave Audio (WAV and AIFF) and more. Any and all audio codecs are supported, including MP3, AAC, FLAC, Vorbis, GSM and ADPCM."; 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 = ''; } }