function update_image(param){
    $.post("/ajax/update_image.php", param, function(data){
        $("#bigpicture").html(data);
    });
}
