var fDesc=new Array();
fDesc[0] = "iTunes DRM Audio Converter for Windows is a professional Audio Converter to convert Apple Music files, M4A/M4B/AA/AAX audiobooks and M4P music to MP3, WAV, FLAC, or AAC and more format.
Convert DRM-ed Apple Music to MP3, WAV, FLAC & M4A, remove DRM from M4A/M4B/AA/AAX audiobooks, convert both DRM-ed and DRM-free audio to MP3/AAC/FLAC/WAV. Convert at 10X faster speed with lossless quality.";
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 = '';
}
}