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