/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
 *****************************************************************************/

var bokka = {
	src :'http://www.omgevingswijzer.nl/bokka.swf',

	ratios : [ 8, 2.41, 11, 2.31, 15, 2.29, 21, 2.25, 22, 2.22, 27, 2.24, 28, 2.23, 34, 2.22, 46, 2.21, 50, 2.2, 51, 2.21, 70, 2.2, 72, 2.19, 74,	2.2, 78, 2.19, 79, 2.2, 83, 2.19, 84, 2.2, 2.19 ]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.

sIFR.activate(bokka);

sIFR.replace( bokka, {
	selector: 'span.MainNormal'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 13px ;padding-top: 7px; padding-left: 11px; text-align: left; font-weight: normal; color: #ffffff; }'
	,'a:link { text-decoration: none; color: #ffffff; }'
	,'a:hover { text-decoration: none; color: #ffdd00; }'
	,'a:active { text-decoration: none; color: #ffffff; }'
	,'a:visited { text-decoration: none; color: #ffffff; }'
    ]
    ,transparent: true
    ,forceSingleLine: true
    ,fitExactly: true
});

sIFR.replace( bokka, {
	selector: 'span.MainActive'
	,css: [
	   	'.sIFR-root { text-decoration: none; font-size: 13px; text-align: left; font-weight: normal; color: #ffdd00; }'
		,'a:link { text-decoration: none; color: #ffdd00; }'
		,'a:hover { text-decoration: none; color: #ffdd00; }'
		,'a:active { text-decoration: none; color: #ffdd00; }'
		,'a:visited { text-decoration: none; color: #ffdd00; }'
	]
	,transparent: true
	,forceSingleLine: true
	,fitExactly: true
});

sIFR.replace( bokka, {
	selector: 'span.SubNormal'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 10px; text-align: left; font-weight: normal; color: #ffffff; }'
	,'a { text-decoration: none; color: #ffffff; }'
	,'a:link { text-decoration: none; color: #ffffff; }'
	,'a:hover { text-decoration: none; color: #ffdd00; }'
	,'a:active { text-decoration: none; color: #ffffff; }'
	,'a:visited { text-decoration: none; color: #ffffff; }'
	]
	,transparent: true
	,fitExactly: true
	,forceSingleLine: true
});

sIFR.replace( bokka, {
	selector: 'span.SubActive'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 10px; text-align: left; font-weight: normal; color: #ffdd00; }'
	,'a { text-decoration: none; color: #ffdd00; }'
	,'a:link { text-decoration: none; color: #ffdd00; }'
	,'a:hover { text-decoration: none; color: #ffdd00; }'
	,'a:active { text-decoration: none; color: #ffdd00; }'
	,'a:visited { text-decoration: none; color: #ffdd00; }'
	]
	,transparent: true
	,fitExactly: true
	,forceSingleLine: true
});
