﻿$(document).ready(function () {
    $(".region_list ul li a, .contacts_menu a").colorbox({ opacity: 0.75, innerWidth: "676px", innerHeight: 0, iframe: true, title: function () {
        return $(this).attr("title") + ' Locations';
    }, onComplete: function () {
        $.colorbox.resize({ innerHeight: ($("iframe").offset().top + $("iframe").height()) });
    }
    });
    $(".main_content a.email_contact").colorbox({ opacity: 0.75, innerWidth: "676px", innerHeight: "500px", iframe: true, title: function () {
        return $(this).attr("title");
    }
    });
});
