// JavaScript Document

function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
showArrows: false,
showCarousel: true,
textShowCarousel: 'ver miniaturas',
embedLinks: false,
showInfopane: false,
delay: 5000
});
}
window.addEvent('domready', startGallery);
