var fDesc=new Array(); fDesc[0] = "Audio Player is a highly configurable but simple mp3 player for all your audio needs. You can customise the player's colour scheme to match your blog.

Audio Player is a highly configurable but simple mp3 player for all your audio needs.

Features include:

- configurable colour scheme to match your blog theme
- volume control
- right-to-left layout switch for Arabic and Hebrew language sites
- many options such as autostart and loop
- ID3 tag support (custom track info also available)"; 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 = ''; } }