// JavaScript Document

var medium = {
    src: flashPath+'dax_medium.swf'
};
var regular = {
    src: flashPath+'dax_regular.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(medium, regular);

sIFR.replace(regular, {
    selector: '.home_blok_content h4, .home_blok_content h5, .home_blok_content h6'
    ,css: ['.sIFR-root { color: #797f81; font-size: 16px; line-height: 16px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '.home_blok_content h1, .home_blok_content h2'
    ,css: ['.sIFR-root { color: #797f81; font-size: 30px;}']
    ,wmode: 'transparent'
	,selectable: false
}); 


function applyHomeSifr(){
	sIFR.replace(medium, {
	    selector: '#home_solution h5'
	    ,css: ['.sIFR-root {line-height: 500px; height: 500px; color: #797f81; font-size: 18px;} .sIFR-root a { color: #6a9c76; text-decoration: none;} .sIFR-root a:hover { color: #45494a; text-decoration: none;} ']
	    ,wmode: 'transparent'
		,selectable: false
	}); 
}

sIFR.replace(regular, {
    selector: '#subhome_header h1'
    ,css: ['.sIFR-root { color: #797f81; font-size: 30px; line-height: 30px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(regular, {
    selector: '.kolom_3_parts h3'
    ,css: ['.sIFR-root { color: #797f81; font-size: 24px; line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '#content_header h4'
    ,css: ['.sIFR-root { color: #797f81; font-size: 18px;}']
    ,wmode: 'transparent'
	,selectable: false
}); 

sIFR.replace(regular, {
    selector: '#content_left_kolom h1, #content_wide_kolom h1, #product_header h1, #productgroep_header h1, #productgroep2_header h1, #contact_content h1'
    ,css: ['.sIFR-root { color: #797f81; font-size: 24px; line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '#content_right_kolom h6, #content_small_kolom h6, #case_person h6'
    ,css: ['.sIFR-root { color: #797f81; font-size: 18px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '#nav_kolom2 h5'
    ,css: ['.sIFR-root { color: #797f81; font-size: 16px;} .sIFR-root a { color: #6a9c76; text-decoration: none;} .sIFR-root a:hover { color: #45494a; text-decoration: none;}  ']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '.productgroep_kolom h4, .productgroep_row h4, .productgroep2_kolom h4, .productgroep2_row h4'
    ,css: ['.sIFR-root { color: #797f81; font-size: 16px;} .sIFR-root a { color: #6a9c76; text-decoration: none;} .sIFR-root a:hover { color: #45494a; text-decoration: none;}  ']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(medium, {
    selector: '#productgroep_extraContent h3, #productgroep_extraContent2 h3'
    ,css: ['.sIFR-root { color: #6a9c76; font-size: 16px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(regular, {
    selector: '#case_content h4'
    ,css: ['.sIFR-root { color: #797f81; font-size: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(regular, {
    selector: '#case_header h5'
    ,css: ['.sIFR-root { color: #797f81; font-size: 16px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(regular, {
    selector: '#case_header h1'
    ,css: ['.sIFR-root { color: #797f81; font-size: 30px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(regular, {
    selector: '#contact_content h4'
    ,css: ['.sIFR-root { color: #797f81; font-size: 18px;}']
    ,wmode: 'transparent'
	,selectable: false
});
