function popUpPhoto (url) {
    window.open(
            url,
            'photo',
            'width=500, height=450, status=yes, scrollbars=yes, resizable=yes');
}