function open_picture(sx, sy, dir, file, id){
    window.open("./Content/show_image.php?dir="+dir+"&file="+file+"&id="+id,"local_picture","width="+sx+",height="+sy+",scrollbars=no,toolbar=no,status=no");
}