<script type="text/javascript">
function setAll() {
Shadowbox.setup("a.light", {
gallery: "light",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.ggpano", {
gallery: "test",
width: 800,
height: 600,
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.story", {
gallery: "story",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.gimp", {
gallery: "gimp",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.mono", {
gallery: "mono",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.blog", {
overlayColor: "#404040",
width: 1075,
gallery: "blog",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.garou", {
overlayColor: "#404040",
width: 1075,
gallery: "garou",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.tegaki", {
gallery: "tegaki",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.youtube", {
gallery: "youtube",
width: 835,
height: 505,
player: "swf",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.review", {
gallery: "review",
continuous: true,
counterType:"skip"
});
Shadowbox.setup("a.main", {
gallery: "main",
continuous: true,
counterType:"skip",
slideshowDelay: 6
});
}
Shadowbox.init(
{
counterLimit:20,
overlayColor:'#000000',
overlayOpacity:0.6
},
setAll
);
</script>