var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to play MP3 files slower or faster, adjust various qualities and save the new versions. The user simply adds the required files or an entire folder before selecting the required: pitch, tempo, volume and the position (time). The selected MP3s can then be played at the new settings and the new version can be saved to a user specified folder."; 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 = ''; } }