$
var PolyCol = article.value('poly-col', '');
var PolyColHov = article.value('poly-col-hov', '');
var TooltFontz = article.value('toolt-fontz', '');
var TooltCol = article.value('toolt-col', '');
var TooltBg = article.value('toolt-bg', '');
var headstyle = "";
headstyle += 'polygon {';
headstyle += 'fill:' + PolyCol + ';';
headstyle += ' stroke:' + PolyCol + ';';
headstyle += ' -webkit-transition:all .1s ease-in-out;';
headstyle += ' -o-transition:all .1s ease-in-out;';
headstyle += ' transition:all .1s ease-in-out;';
headstyle += '}\n';
headstyle += 'polygon:hover {';
headstyle += 'fill:' + PolyColHov + ';';
headstyle += ' stroke:' + PolyColHov + ';';
headstyle += '}\n';
headstyle += 'svg:hover {';
headstyle += '-webkit-transition:all .1s ease-in-out;';
headstyle += ' -o-transition:all .1s ease-in-out;';
headstyle += ' transition:all .1s ease-in-out;';
headstyle += '}\n';
headstyle += '.poly-action {';
headstyle += 'cursor:pointer;';
headstyle += '}\n';
headstyle += '.imgmapTooltip {';
headstyle += 'position: relative; z-index: 10000;';
headstyle += 'color:transparent;';
headstyle += ' background-color:transparent;';
headstyle += ' opacity:0;';
headstyle += ' display:none;';
headstyle += '}';
system.addHtmlHeadElement("