function popupImage(image_url, width, height)
{
    window.open(image_url, "", "width=" + width + ", height=" + height + ", menubar=no, scrollbars=yes, toolbar=no");
}

