﻿function DownloadBrochure() {
    $('#popCatalogueCTA').css({ 'display': 'block' });
}

$(document).ready(
function() {
$('.cta01Punto a').click(function() {	
  $('.cta01Punto a').attr('href', '');
  $('.cta01Punto a').attr('target', '_self');
  window.open('http://configurator.fiat.de/default_evo.asp','three','height=720,width=1030,scrollbars=yes');   
});

$('.cta01Doblo a').click(function() {
  $('.cta01Doblo a').attr('href', '');
  $('.cta01Doblo a').attr('target', '_self');
  window.open('http://configurator.fiat.de/motorwahl/default.asp?CMC=152','three','height=720,width=1030,scrollbars=yes');   
});

$('.cta01Bravo a').click(function() {
  $('.cta01Bravo a').attr('href', '');
  $('.cta01Bravo a').attr('target', '_self');
  window.open('http://configurator.fiat.de/motorwahl/default.asp?CMC=198A','three','height=720,width=1030,scrollbars=yes');   
});
});
