function reloadImage(file)
{
    $("#large_image").html("<img src='" + file + "' />");
}
