var fDesc=new Array(); fDesc[0] = "RiffMaster Pro is an amazing audio player ideal for arrangers since it allows you to change the speed and pitch of any song and select a desired segment in order to create loops (riffs). For changing the speed or pitch you just have to move the desired slider bar when a file is played. You can speed a file up to 180% and slow it down to 20%."; 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 = ''; } }