var fDesc=new Array(); fDesc[0] = "Audio Player Maker is an application designed for webmasters and website owners who want to grab Flash audio players fast and easy. It provides features such as:
- Play your MP3 audio files
- Audio player styles: round, oval, speaker, and square
- Change your MP3 audio file whenever you want
without having to remake your audio player
- Over Forty-five attention grabbing audio players
- One and Two button Flash MP3 audio players."; 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 = ''; } }