//<[CDATA[
var helvetica = {
	src: jsServerpad + "custompages/sIFR/cb_helvetica.swf"
};

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
	selector: 'div.sb_boxwit h1, div.sb_boxwit h2, div.sb_boxwit h3, div.sb_boxwit h4, div.sb_boxwit h5',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #1a81c0; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#1a81c0; }',
			'a:hover { color:#1a81c0; }',
		]});

sIFR.replace(helvetica, {
	selector: 'div#tekst h1',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});

sIFR.replace(helvetica, {
	selector: 'div#sidebar h1',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});

replaceH1 = function() {
	sIFR.replace(helvetica, {
		selector: 'h1',
		tuneHeight: '-2', 
		offsetTop: '2',
		wmode: 'transparent',
		css: [
				'.sIFR-root { color: #df0079; background-color: #ffffff; font-style:italic; leading:-4;}',
				'a { text-decoration: none; }', 
				'a:link { color:#df0079; }',
				'a:hover { color:#df0079; }',
			]});
}
replaceH1();

sIFR.replace(helvetica, {
	selector: 'div#casestitel h2',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});


sIFR.replace(helvetica, {
	selector: 'div.sb_boxblauw h2, div.sb_boxblauw h3, div.sb_boxblauw h4, div.sb_boxblauw h5',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});

sIFR.replace(helvetica, {
	selector: 'div.boxpink h2, div.boxpink .bulletsubtitlestyle, div#popupgroen h2, div#popupgroen .bulletsubtitlestyle',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});

sIFR.replace(helvetica, {
	selector: 'div.nieuwsbox h2',
	wmode: 'transparent',
	tuneHeight: '-4', 
	offsetTop: '-4',
	css: [
			'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#ffffff; }',
			'a:hover { color:#ffffff; }',
		]});


replaceH2 = function() {
	sIFR.replace(helvetica, {
		selector: 'div#specialismen_item h2',
		tuneHeight: '0',
		offsetTop: '0',
		wmode: 'transparent',
		css: [
				'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
				'a { text-decoration: none; }',
				'a:link { color:#ffffff; }',
				'a:hover { color:#ffffff; }',
			]});
}
replaceH2();

sIFR.replace(helvetica, {
	selector: 'h2, .bulletsubtitlestyle',
	fitExactly: 'true',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #808080 background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#808080; }',
			'a:hover { color:#808080; }',
		]});

sIFR.replace(helvetica, {
		selector: 'div#tagcloudtitle h3',
		tuneHeight: '0',
		offsetTop: '0',
		wmode: 'transparent',
		css: [
				'.sIFR-root { color: #b2b2b2; background-color: #ffffff; font-style:italic; leading:-4;}',
				'a { text-decoration: none; }',
				'a:link { color:#b2b2b2; }',
				'a:hover { color:#b2b2b2; }',
			]});

replaceH3 = function() {
	sIFR.replace(helvetica, {
		selector: 'h3',
		tuneHeight: '0',
		offsetTop: '0',
		wmode: 'transparent',
		css: [
				'.sIFR-root { color: #ffffff; background-color: #ffffff; font-style:italic; leading:-4;}',
				'a { text-decoration: none; }',
				'a:link { color:#ffffff; }',
				'a:hover { color:#ffffff; }',
			]});
}
replaceH3();

sIFR.replace(helvetica, {
	selector: 'h4, h5',
	tuneHeight: '0',
	offsetTop: '0',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #df0079; background-color: #ffffff; font-style:italic; leading:-4;}',
			'a { text-decoration: none; }',
			'a:link { color:#df0079; }',
			'a:hover { color:#df0079; }',
		]});

//]]>
