function listen(id) {
  window.open('audio/default.php?id=' +id,'','width=400,height=300,left=75,top=100,resizable=no,scrollbars=no');
}
