﻿$(document).ready(function() {
    $("a.colorbox_photo, a.colorbox_photo_text").colorbox({opacity:"0.75", photo:true, maxHeight:"75%", maxWidth:"75%"});
    
    $("a.colorbox_website, a.colorbox_website_text").colorbox({ opacity:"0.75", width:"75%", height:"75%", iframe:true, title: function(){
        var url = $(this).attr('href');
        return '<a href="'+url+'" target="_blank">Open In New Window</a>';
        }});

    $("a.colorbox_azure").colorbox({ opacity:"0.75", innerWidth:"680px;", innerHeight:"396px", iframe:true, title: function(){
        var url = $(this).attr('href');
        return '<a href="'+url+'" target="_blank">Open In New Window</a>';
        }});
        
    $("a.colorbox_map").colorbox({opacity:"0.75", width:"75%", height:"75%"});
    
    $("a.colorbox_contact_map").colorbox({opacity:"0.75", iframe:true, innerWidth:"700px", innerHeight:"415px"}); 
    $("a.colorbox_newsletter_signup").colorbox({opacity:"0.75", iframe:true, innerWidth:"650px", innerHeight:"410px"});
    $("a.colorbox_sendtofriend").colorbox({opacity:"0.75", iframe:true, innerWidth:"650px", innerHeight:"645px"});
    $("a.colorbox_support_portal").colorbox({opacity:"0.75", iframe:true, innerWidth:"740px", innerHeight:"500px"});
    $("a.colorbox_video_text").colorbox({opacity:"0.75", inline:true, innerWidth:"640px", innerHeight:"390px"});
});
