$(document).ready(function() {

    $("a[rel='popup']").colorbox({ width: "971", height: "780", iframe: true, scrolling: false });
    $("a[rel='popupLarge']").colorbox({ width: "971", height: "1040", iframe: true, scrolling: false });
});
