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