regions , title href:
regions["yw-arnsberg"] = {href:"www.google.com", title: "mytitle", path: map.path("M 314.3,204.1c2.6-0.9,...")};
for (function (region) { , :
region.path.attr({title: region.title});
click, href:
region.path[0].addEventListener("click", function() {
location.href = region.href;
}, true);
() : http://jsfiddle.net/zbr2rshe/4/ JSFiddle location.href = region.href; .