function openPhotoWindow(photo){
    window.open(photo,'photo',
    'width=675,height=600,left=30,top=30,scrollbars=yes,resizable=yes');
}

