function showFull(s_item) {
    window.open('photos/catalogue/' + s_item, '_blank', 'width=500,height=500,top=' + ((screen.height - 500) / 2) + ',left=' + ((screen.width - 500) / 2) + ',scrollbars=0,location=0,menubar=0,toolbar=0,status=0,resizable=0');
}
function showFullBoutique(s_item) {
    window.open('photos/boutique/' + s_item, '_blank', 'width=750,height=500,top=' + ((screen.height - 500) / 2) + ',left=' + ((screen.width - 750) / 2) + ',scrollbars=0,location=0,menubar=0,toolbar=0,status=0,resizable=0');
}
