// JavaScript Document

function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: false,
showArrows: true,
showCarousel: true,
embedLinks: false
});
}
window.addEvent('domready', startGallery);