/* --------------------------------------------- */
/* ================ Cufon tekst ================ */
/* --------------------------------------------- */


Cufon.set('fontFamily', 'autoswart').replace('h2')('h3');


/* --------------------------------------------- */
/* =============== Zoekformulier =============== */
/* --------------------------------------------- */


$(function() {
    var button = $('#zoek_knop');
    var box = $('#zoeken');
    var form = $('#zoek_formulier');
    button.removeAttr('href');
    button.mouseup(function(login) {
        box.toggle();
        button.toggleClass('active');
    });
    form.mouseup(function() { 
        return false;
    });
    $(this).mouseup(function(login) {
        if(!($(login.target).parent('#zoek_knop').length > 0)) {
            box.hide();
            button.removeClass('active');
        }
    });
});


/**************************************************
=========== Website door Patrick Heiloo ===========
=========== http://www.patrickheiloo.nl ===========
**************************************************/
