function audio_popup(width,height,mode){
   var url = location.hostname+"/?lid="+document.getElementById("audio_popup_lid").value;

   url += "&tmpl=flashaudio_popup.php&width="+width+"&height="+height+"&mode="+mode;

   if (url.indexOf("http") == -1) url = "http://"+url;

   w1 = window.open(url,"listen","toolbar=no,location=0,scrollbars=no,resizable=0,width="+width+",height="+height);
}

