// Audioplayer

function playmusic(titel,text,file) {
  window.open('/audioplayer.php?titel=' + titel + '&text=' + text + '&file=' + file,'audioplayer','width=300,height=150');
}
