﻿$(document).ready(function() {
    $("a[rel='InternEvents']").colorbox({ slideshow: true });
    $("a[rel='HolidayParty']").colorbox({ slideshow: true });
    $("a[rel='Office']").colorbox({ slideshow: true });
    $("a[rel='CompanyOutings']").colorbox({ slideshow: true });
});

function openColorbox(rel) {
    $("a[rel='" + rel + "']").colorbox({ open: true });
}

var flashvars = {},
    params = { wmode: "transparent" },
    attributes = {};

swfobject.embedSWF("main.swf", "myContent", "920", "715", "9.0.0", "main.swf", "html/index.aspx", flashvars, params, attributes);
function OpenNewWindow(url, winwidth, winheight) {
    NewWindow = window.open(url, 'descr', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=' + winwidth + ',height=' + winheight)
}
function hideFlashDiv() {
    if (document.getElementById('flashDiv'))
        document.getElementById('flashDiv').style.display = 'none';
}
