function audiopopup(url) {
newwindow=window.open(url,'name','height=335,width=640,top=80,left=170,top=18,resizable,scrollbars=1');
if (window.focus) {newwindow.focus()}
return false;
}

