$(function () {
    $("#tabs").tabs({
        fx: {
            opacity: 'toggle'
        },
        spinner: 'Retrieving data...',
        cookie: {
            expires: 30
        }
    });

    $("a[rel^='prettyPhoto']").prettyPhoto({
        animationSpeed: 'normal',
        padding: 40,
        opacity: 0.8,
        showTitle: true,
        allowresize: true,
        counter_separator_label: '/',
        theme: 'dark_rounded'
    });
    $("#switchit").toggle(function () {
        var a = gup('pid');
        $(this).attr('src', '_images/switchtoimage.png');
        $("#vidOverlay").fadeIn(200, function () {
            flashvars.videoURL = "_uploads/flv/" + a + ".flv";
            swfobject.embedSWF("MD_XvX_FVarPlayer.swf", "showit", "474", "300", "9.0.0", false, flashvars, params, attributes)
        })
    }, function () {
        $(this).attr('src', '_images/switchtovideo.png');
        $("#vidOverlay").fadeOut(200, function () {
            $("#showit").html('')
        })
    })
});
var flashvars = {};
flashvars.playerW = "434";
flashvars.playerH = "258";
flashvars.controlsW = "400";
flashvars.autoplay = "true";
flashvars.controlsAuto = "true";
flashvars.showFullscreen = "true";
flashvars.controlOpacity = "50";
flashvars.border = "0";
flashvars.borderColor = "0x444444";
flashvars.scrubberColor = "0xc1d343";
var params = {};
params.wmode = "transparent";
params.allowFullScreen = "true";
params.allowScriptAccess = "sameDomain";
var attributes = {};
