function showPicture(file, id) {
    self.location.href="picture-viewer.jsp?image=" + file + "&id=" + id;
}
