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