$(document).ready(function() {
    $('textarea.expanding').autogrow();
    $('a.company-details').click(function(e){

        e.preventDefault();
        var target_id = $(this).attr('rel');
        $('#'+target_id).slideToggle();
    });
    $('a[rel^=enlarge]').colorbox({transition:'fade',previous:'vorige',next:'volgende',close:'sluiten',current:'',innerWidth:'720px'});
    $('a[href^=http]').not('a[href*="hattem.eu"]').click(function() {
        _gaq.push(['_trackEvent', 'outgoing', 'Links' ,"'" + this.href + "'"]);
    });
});
