$(document).ready(function() {
    $("#algemene_voorwaarden").fancybox({
        'width'             : '75%',
        'height'            : '95%',
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'type'              : 'iframe'
    });
    
    $("#contact").fancybox({
        'height'            : 526,
        'width'             : 421,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'type'              : 'iframe'
    });
});