$(document).ready(function() {
    $.swapImage(".swapImage");
    $(".ColorBoxSmall").colorbox({ iframe: true, innerWidth: 400, innerHeight: 500 });
    $(".ColorBoxMedium").colorbox({ iframe: true, innerWidth: 640, innerHeight: 460 });
    $(".ColorBoxLarge").colorbox({ iframe: true, innerWidth: 950, innerHeight: 500 });
    $('#coda-slider-1').codaSlider({ autoHeightEaseDuration: 1500, slideEaseFunction: "easeInOutQuad", slideEaseDuration: 1500, dynamicArrowLeftText: "", dynamicArrowRightText: "" });
});

function PrintWindow() {
    window.open('' + window.location.href + '');
    setTimeout(window.print(), 1000);
    window.close();
}
