function popUpAudio(URL) 
{
  day = new Date();
  id = day.getTime();
  page = window.open(URL, 'audio', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=200,height=50');
}
