﻿Cufon.replace('.contactheadertel, .contactheaderemail, .navigationwrap li a, .blok1title, .containerrighttitle, .nieuwsarchieftitle, .blok2title, .blok3title, .title-18-wit, .title-18-black, .homescrolltitle, .blokvervolgtitle, .productoverzichtheader, .productinfotitle, .blokvervolggroottitle, .contacttitle, .searchtitle', {
    /*fontFamily: 'Futura MdCn BT'*/
});

function gewasHover() {
    var currentGewas = oldGewas = 0;


    $('.blok3contentleft li').each(function (i) {

        $(this).hover(function () {

            $('.blok3contentleft li:eq(' + oldGewas + ')').removeClass('on');
            $(this).addClass('on');

            $('.blok3contentright img:eq(' + oldGewas + ')').hide();
            $('.blok3contentright img:eq(' + i + ')').show();

            oldGewas = i;
        }, function () { });
    });

}
