var fDesc=new Array(); fDesc[0] = "With the extensive music management of Audio-CD-Archiv v7 you can manage your entire music easy and comfortable, create your own Ringtones and experience a new world of sound by surround-playback.
Catalog your Audio- or MP3-CDs in cataloged Music-CDs and copy complete titles or titlescans to your Computer. The beginning and the end of customized titlescans is determined by yourself, so it's possible to copy only the chorus. Load the Lyrics automatically and on playback a title you see the scrolling Lyrics fitting to the music. If a Lyric is not found, you can enter or insert it."; 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 = ''; } }