function showPhoto(path) {
        $('#image').attr({src:path});
        $('#viewer').fadeIn("slow");
}

