var neue = {
	src: 'http://stormfashion.dk/image/helvetica_neue.swf'
}

var neue_roman = {
	src: 'http://stormfashion.dk/image/helvetica_neue_roman.swf'
}

var neue_roman_right = {
	src: 'http://stormfashion.dk/image/helvetica_neue_roman_right.swf'
}

sIFR.activate(neue, neue_roman, neue_roman_right);


sIFR.replace(neue, {
	selector: 'h1.grey', wmode: 'opaque', offsetTop: 0, offsetLeft: 1, tuneHeight: 2, fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 1,
	css: [
		'.sIFR-root { font-size: 15px; color: #747474; font-weight: bold; }', 
		'a { color: #747474; text-decoration: none; }',
		'a:hover { color: #747474; }'
	]
});

sIFR.replace(neue, {
	selector: 'h1', wmode: 'opaque', offsetTop: 0, offsetLeft: 1, tuneHeight: 2, fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 1,
	css: [
		'.sIFR-root { font-size: 15px; color: #000000; font-weight: bold; }', 
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});

sIFR.replace(neue_roman, {
	selector: '.nyhedsbrev h2', wmode: 'opaque', offsetTop: 2, tuneHeight: 2, fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 1, 
	css: [
		'.sIFR-root { font-size: 10px; color: #000000; text-transform: uppercase; font-weight: bold; letter-spacing: 1;}', 
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});

sIFR.replace(neue_roman, {
	selector: 'h2.pink', wmode: 'opaque', offsetTop: 2, tuneHeight: 2, fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 1, 
	sharpness: -250,
	css: [
		'.sIFR-root { font-size: 9px; color: #EF59A1; text-transform: uppercase; font-weight: bold; letter-spacing: 0.7;}', 
		'a { color: #EF59A1; text-decoration: none; }',
		'a:hover { color: #EF59A1; }'
	]
});

sIFR.replace(neue_roman, {
	selector: 'h2', wmode: 'opaque', offsetTop: 2, tuneHeight: 2, fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 1, 
	sharpness: -250,
	css: [
		'.sIFR-root { font-size: 9px; color: #000000; text-transform: uppercase; font-weight: bold; letter-spacing: 0.7;}', 
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});

sIFR.replace(neue_roman_right, {
	selector: '#menu .item', wmode: 'opaque',
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; text-align: right; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #EF59A1; }'
	]
});

sIFR.replace(neue_roman_right, {
	selector: '#menu .itemactive', wmode: 'opaque', 
	css: [
		'.sIFR-root { font-size: 11px; color: #000000; text-align: right;}', 
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #EF59A1; }'
	]
});

sIFR.replace(neue_roman_right, {
	selector: '#menu .orangeitem', wmode: 'opaque', 
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; text-align: right; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #F9A85F; }'
	]
});

sIFR.replace(neue_roman_right, {
	selector: '#menu .orangeitemactive', wmode: 'opaque', 
	css: [
		'.sIFR-root { font-size: 11px; color: #000000; text-align: right;}', 
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #F9A85F; }'
	]
});

sIFR.replace(neue_roman, {
	selector: '#submenu .item', wmode: 'opaque', fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, 
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #EF59A1; }'
	]
});

sIFR.replace(neue_roman, {
	selector: '#submenu .orangeitem', wmode: 'opaque', fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, 
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #F9A85F; }'
	]
});

sIFR.replace(neue_roman, {
	selector: '#submenu2 .item', wmode: 'opaque', fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, 
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #EF59A1; }'
	]
});

sIFR.replace(neue_roman, {
	selector: '#submenu2 .orangeitem', wmode: 'opaque', fitExactly: true, forceSingleLine: true, forceWidth: true, preventWrap: true, 
	css: [
		'.sIFR-root { font-size: 11px; color: #B3B2B2; }', 
		'a { color: #B3B2B2; text-decoration: none; }',
		'a:hover { color: #F9A85F; }'
	]
});