function popup_image(url, width, height) {

    window.open('image.php?src='+url, 'image', 'width=' + width + ',height=' + height + 'statusbar=no,resizable');

}