// JavaScript Document

var flashPath = '../Swf/';

var sifr = {
    src: flashPath+'sifr.swf'
};

var title = {
    src: flashPath+'sifr_title.swf'
};

var subtitle = {
    src: flashPath+'sifr_subtitle.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr,title,subtitle);


sIFR.replace(sifr, {
	selector: 'div.footerkolom h4'
	,css: ['.sIFR-root { font-size: 24px; line-height: 24px; color: #7fc241; text-decoration: none;} .sIFR-root a { font-size: 24px; line-height: 24px; color: #7fc241; text-decoration: none;} .sIFR-root a:hover { font-size: 24px; line-height: 24px; color: #7fc241; text-decoration: none;} ']
	,wmode: 'transparent'
	,selectable: false
}); 

sIFR.replace(title, {
	selector: 'div#content h1'
	,css: ['.sIFR-root { font-size: 24px; line-height: 24px; color: #000000; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(sifr, {
	selector: 'div.collectie_blok h3'
	,css: ['.sIFR-root { font-size: 14px; line-height: 14px; color: #010101; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(subtitle, {
	selector: 'div#content h3'
	,css: ['.sIFR-root { font-size: 16px; line-height: 16px; color: #000000; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(subtitle, {
	selector: 'div#content h5'
	,css: ['.sIFR-root { font-size: 13px; line-height: 13px; color: #000000; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});


sIFR.replace(title, {
	selector: 'div.attentie_tekst h2'
	,css: ['.sIFR-root { font-size: 27px; line-height: 20px; color: #000000; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(subtitle, {
	selector: 'div.attentie_tekst h4'
	,css: ['.sIFR-root { font-size: 18px; line-height: 18px; color: #000000; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(sifr, {
	selector: 'div.attentie_tekst h6'
	,css: ['.sIFR-root { font-size: 18px; line-height: 18px; color: #000000; text-decoration: none;} .sIFR-root a { color: #7fc241; text-decoration: underline;} .sIFR-root a:hover { color: #7fc241; text-decoration: underline;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(title, {
	selector: 'div.europrijs'
	,css: ['.sIFR-root { font-size: 21px; line-height: 21px; color: #7fc241; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(title, {
	selector: 'div.prijsSpec'
	,css: ['.sIFR-root { font-size: 14px; line-height: 16px; color: #7fc241; text-decoration: none;}']
	,wmode: 'transparent'
	,selectable: false
});