var fDesc=new Array(); fDesc[0] = "AMusicSoft Apple Music Converter is an excellent program for music enthusiasts who want a hassle-free experience when listening to their favorite songs offline. Its high-speed download technology ensures that you get the original quality of the audio file, and the batch conversion feature saves you time and effort. The program is also user-friendly with a straightforward interface and easy-to-use features."; 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 = ''; } }