function ShowroomColourBasic ( slug, title ) {
    $('#showroom-colour-options h2').html ( title );
    $('#showroom-colour-vehicle img').attr('src','/images/showroom/' + ModelSlug + '/colours/' + slug + '.jpg');
}

