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

function setupOptions() {

 Shadowbox.setup("a.menu", {
        width:      670,
		height:     480,
		continuous:     true,
    });
	
	 Shadowbox.setup("a.menuinitial", {
        width:      670,
		height:     480,
		gallery:        "portfolio",
		displayCounter: false,
    });

Shadowbox.setup("a.fullscreencarre", {
        width:      1200,
		height:     1200,
      	gallery:        "portfolio",
        continuous:     true,
        counterType:    "default"});
	
Shadowbox.setup("a.fullscreen16-9", {
        width:      1600,
		height:     900,
		gallery:        "portfolio",
        continuous:     true,
		counterType:    "default",
    });
	
	Shadowbox.setup("a.huitcent", {padding: 0,
        width:      800,
		height:     600,
		gallery:        "infos",displayCounter: "false",
		continuous:     true,
    });
	
		Shadowbox.setup("a.mille", {
        width:      1000,
		height:     800,
		gallery:        "infos",displayCounter: "false",
		continuous:     true,
    });
	
	
	
	
	

    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"
    });

}

