// JavaScript Document for real strength real muscle

/* Loads Excerpt Galleries */
function galleries() { 

    Shadowbox.setup("a.toc-gallery", {
        gallery:        "Table of Contents",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.intro-gallery", {
        gallery:        "Introduction",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.about-gallery", {
        gallery:        "About the Author",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.foreword-gallery", {
        gallery:        "Foreword",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.design-gallery", {
        gallery:        "Designing Your Training Program",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.enhancing-gallery", {
        gallery:        "Enhancing Your Technique",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.basic-gallery", {
        gallery:        "Basic Keys to Success",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.howtoeat-gallery", {
        gallery:        "How To Eat",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.white-gallery", {
        gallery:        "The White Moment",
        continuous:     true,
        counterType:    "skip"
    });

	Shadowbox.setup("a.journey-gallery", {
        gallery:        "One Man's Journey",
        continuous:     true,
        counterType:    "skip"
    });
	
	Shadowbox.setup("a.variety-gallery", {
        gallery:        "The Principle of Variety",
        continuous:     true,
        counterType:    "skip"
    });
	
}

