﻿;(function($,window) {
    $().ready(function() {
        $('a.ModalWindowLink').bind('mousedown',function(){
            window.allowIframe = true;
        }).colorbox({
            iframe: true,
            width: 890,
            height: 595,
            overlayClose : false,
            scrolling: false
        });
    });
})(jQuery,window);
