function popup_audio(u, w, h) {
x = 35
y = 35
window.open(u, "player", "width=" + w + ",height=" + h + ",screenX=" + x + ",screenY=" + y + ",top=" + y + ",left=" + x);
}
