function showLarge ( path, width, height ) {
    src = "/image.php?img=" + path;
    config = "height=" + (height + 100) + ", width=" + (width + 100);
    window.open(src, "_blank", config);
}

