/*
*
* NieuwMedia Javascript Functies
*
*/
Shadowbox.init({
    // skip the automatic setup again, we do this later manually
    skipSetup: true
});
$(function () {
    $('ul.sf-menu').superfish();
    Shadowbox.setup("a[rel=lightbox]");
});
