/**
 * Note: This file is only required to run some of the demos.
 */

window.onload = function() {
    Shadowbox.setup("a.album-gallery", {
        gallery:        "album",
	slideshowDelay:     4

      
    });

    Shadowbox.setup("a.swf-gallery", {
        gallery:    "swf",
        continuous: true,
     counterType:    "skip"}); 

    Shadowbox.setup('a[title="Sweetness"]', {
        width: 512,
        height: 322,
        flashVars: {
            id:         "v2155043",
            vid:        "2021599",
            autoPlay:   1
        },
        flashParams: {
            AllowScriptAccess: "always",
            allowFullScreen: "true"
        }
    });

    Shadowbox.setup('a[title="The Last Eggtion Hero"', {
        flashVars: {
            clip_id:    "1893986",
            autoplay:   "true"
        }
    });

    Shadowbox.setup('a[title="Altaic Warrior - Clipped"]', {
        handleOversize: "none"
    });

    Shadowbox.setup('a[title="Altaic Warrior - Draggable"]', {
        handleOversize: "drag"
    });
}

