hs.graphicsDir = 'Styling/Page/gfx/highslide/';
hs.width = 620;
hs.showCredits = false;
hs.align = 'center';
hs.zIndexCounter = 970;
hs.dimmingOpacity = 0.6;
hs.dimmingGeckoFix = true;

hs.isUnobtrusiveAnchor = function(el) {
	if (el.rel == 'highslide') return 'image';
	else if (el.rel == 'highslide-ajax') return 'ajax';
	else if (el.rel == 'highslide-iframe') return 'iframe';
	else if (el.rel == 'highslide-swf') return 'swf';
	else if (el.rel == 'highslide-abeo-iframe') {
		el.href = urlInsertParam(el.href, 'PageTypeCode', 'AbeoPopup');
		return 'iframe';
	}
};

