// Google Apps Demo

function setupDemos() {

	    Shadowbox.setup('a[title="Google Apps Quick Tour"]', {
        height:     327,
        width:      400,
        flashVars:  {
            docid:    "-5846122823606579512",
            autoplay: "1"
        }
    });

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