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

function setupDemos() {

    Shadowbox.setup("a.mustang-gallery", {
        gallery:        "mustang",
        continuous:     true,
        counterType:    "skip"
    });
	    Shadowbox.setup("a.mustang-gallery2", {
        gallery:        "mustang2",
        continuous:     true,
        counterType:    "skip"
    });
		
		Shadowbox.setup("a.mustang-gallery3", {
        gallery:        "mustang3",
        continuous:     true,
        counterType:    "skip"
    });
				
		Shadowbox.setup("a.mustang-gallery4", {
        gallery:        "mustang4",
        continuous:     true,
        counterType:    "skip"
    });
				
		Shadowbox.setup("a.mustang-gallery5", {
        gallery:        "mustang5",
        continuous:     true,
        counterType:    "skip"
    });
		
		Shadowbox.setup("a.mustang-gallery6", {
        gallery:        "mustang6",
        continuous:     true,
        counterType:    "skip"
    });

    Shadowbox.setup("a.swf-gallery", {
		width: 610,
        height: 410,
        gallery:    "swf",
        continuous: true
    });

    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"]', {
        height:     360,
        width:      640,
        flashVars:  {
            clip_id:    "1893986",
            autoplay:   "1"
        }
    });

    Shadowbox.setup('a[title="While My Ukulele Gently Weeps"]', {
        height:     327,
        width:      400,
        flashVars:  {
            docid:    "1352016870638076087",
            autoplay: "1"
        }
    });

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

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

}



