for(set(h,0), h LT hotspot.count, inc(h);, if(hotspot[get(h)].style == 'hs_circle', txtadd(hs_circle,get(hotspot[get(h)].name),'_img'); addhotspot(get(hs_circle)); hotspot[get(hs_circle)].loadstyle(hs_circle_img); copy(hotspot[get(hs_circle)].ath,hotspot[get(h)].ath); copy(hotspot[get(hs_circle)].atv,hotspot[get(h)].atv); txtadd(hotspot[get(hs_circle)].url, '%HTMLPATH%/plugins/circular_thumbs/',get(hotspot[get(h)].name),'.png'); set(hotspot[get(hs_circle)].scale,0.3); txtadd(hs_tag,get(hotspot[get(h)].name),'_tag'); addhotspot(get(hs_tag)); hotspot[get(hs_tag)].loadstyle(hs_circle_tag); copy(hotspot[get(hs_tag)].ath,hotspot[get(h)].ath); copy(hotspot[get(hs_tag)].atv,hotspot[get(h)].atv); txtadd(hotspot[get(hs_tag)].html, '[h1]',get(hotspot[get(h)].tag),'[/h1]'); set(hotspot[get(hs_tag)].oy,65););); for(set(l,0), l LT layer.count, inc(l);, txtadd(layer[get(l)].ondown, get(layer[get(l)].ondown), ' select_hs();'););