<!--
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: false,
showArrows: true,
showCarousel: true,
embedLinks: false
});
}
window.onDomReady(startGallery);
//-->