function katalogus() {

    Shadowbox.setup("a.termek", {
        gallery:        "termek",
        continuous:     true,
        counterType:    "skip",
	height:     768,
        width:      1024
    });

    Shadowbox.setup("a.jelent", {
        gallery:        "jelent",
        continuous:     true,
        counterType:    "skip",
	height:     400,
        width:      700
    });

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



