var gents_tietacksGallery = ""; // declared for a global scope

function startGallery() {
gents_tietacksGallery = new gallery($('gents_tietacksGallery'), {
timed: false,
showArrows: false,
showCarousel: false,
embedLinks: false,
useThumbGenerator: true,


});
}
window.addEvent('domready', startGallery);

