$(document).ready(function(){ $('h1').css({textDecoration: 'underline'}); $('#map').zoommap({ width: '1024px', height: '703px', blankImage: '/fotot/bosh.gif', zoomDuration: 1000, bulletWidthOffset: '10px', bulletHeightOffset: '10px', zoomClass: 'zoomable', popupSelector: 'div.popup', popupCloseSelector: 'a.close', showReturnLink: true, returnId: 'returnlink', returnText: 'Return', map: { id: 'tetova', image: '/fotot/tetova.jpg', data: '/en/proceso_harten/' } }); });