var fDesc=new Array(); fDesc[0] = "Ashampoo Music Studio lets you edit, burn, and split your audio files. It can help you convert songs between various formats, create mixtapes and playlists, manage your music collection, print covers, and rip audio discs. Splitting of audio files is made easy with the "cut marks"; you can play and pause audio and add cut marks with millisecond precision."; 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 = ''; } }