var Features = {
    Fields: [
        'post_office',
        'paypoint',
        'kiddierides',
        'stamps',
        'dry_cleaning',
        'photocopier',
        'handybank',
        'photo_process',
        'lotto_online',
        'photo_booth',
        'car_park',
        'collect_point',
        'parking',
        'ramp',
        'disabled_access',
        'atm',
        'babywise',
        'accredited_pharmacist',
        'consultation_room',
        'stop_smoking_service',
        'minor_ailments',
        'emergency_contraception'
    ],
    Names: [
        'Post office',
        'Paypoint',
        'Kiddierides',
        'Stamps',
        'Dry cleaning',
        'Photocopier',
        'Handybank',
        'Photos',
        'Lotto',
        'Photo booth',
        'Car park',
        'Collect Point',
        'Parking',
        'Ramp',
        'Disabled access',
        'ATM',
        'Babywise',
        'Accredited pharmacist',
        'Consultations',
        'Stop Smoking Service',
        'Minor Ailments Service',
        'Emergency Contraception Service'
    ]
}

var Days = {
    Fields: [
        'sun',
        'mon',
        'tues',
        'wed',
        'thurs',
        'fri',
        'sat'
    ],
    Names: [
        'Sun',
        'Mon',
        'Tues',
        'Wed',
        'Thurs',
        'Fri',
        'Sat'
    ]
}

var FieldsAddOns = {
    'bank' : 'The Co-operative Bank - ',
    'food' : 'The Co-operative Food - ',
    'funerals' : 'The Co-operative Funeralcare - ',
    'pharmacy' : 'The Co-operative Pharmacy - ',
    'travel' : 'The Co-operative Travel - ',
    'motor' : 'The Co-operative Motors - ',
    'britannia' : 'Britannia - '
}
