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