var fDesc=new Array(); fDesc[0] = "The ProStudioMasters Download Manager handles the sometimes intermittent nature of the internet, allowing file downloads to be paused and resumed as necessary, and it also verifies that downloaded tracks are bit-for-bit accurate before making them available for playback. The download manager also organizes your downloads into a coherent directory hierarchy — Artist / Album / Tracks — so that you can easily find the music you've purchased."; 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 = ''; } }