var fDesc=new Array(); fDesc[0] = "Pulse Mp3 Player is an easy mp3 player that allows you to convert MP3 files to WAV files. Also the program has the ability to select which output device pulse uses to play MP3 files through if more than one sound card is installed. Moreover the tool support adjust volume, balance, pitch, and position with drop down boxes."; 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 = ''; } }