var lithos = {
  src: '/Flash/lithospro2.swf'
};

//sIFR.prefetch(lithos);
sIFR.activate(lithos);

/* replace Archief */
sIFR.replace(lithos, {
	selector: '#archief h2, #archief h3'
	,wmode: 'transparent'
    ,css:'.sIFR-root { color: #AAAAAA; font-weight: bold; display: block; text-align:center;}'
});

/* replace Agenda */
sIFR.replace(lithos, {
	selector: '.agenda h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #FFFFFF; font-weight: normal; display: inline;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
})

/* replace Bevers */
sIFR.replace(lithos, {
	selector: '#bevers h2, #bevers h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #D81102; font-weight: bold; display: block;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
});

/*replace Esta's */
sIFR.replace(lithos, {
	selector: '#welpen h2, #welpen h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #2C7614; font-weight: bold; display: block;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
});

/* replace Scouts */
sIFR.replace(lithos, {
	selector: '#scouts h2, #scouts h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #A87C5D; font-weight: bold; display: block;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
});

/* replace Rowans */
sIFR.replace(lithos, {
	selector: '#rowans h2, #rowans h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #F14A00; font-weight: bold; display: block;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
});

/* replace the rest */
sIFR.replace(lithos, {
	selector: 'h2, h3'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { color: #1A4A77; font-weight: bold; display: block;}'
    	]
	,ratios: [9,1.48,10,1.39,13,1.41,16,1.39,20,1.35,23,1.36,29,1.35,30,1.33,33,1.34,34,1.32,38,1.33,40,1.32,41,1.33,60,1.32,67,1.31,68,1.32,104,1.31,105,1.3,107,1.31,108,1.3,114,1.31,115,1.3,116,1.31,118,1.3,120,1.31,122,1.3,123,1.31,1.3]
});

/*sIFR.debugMode = true;
sIFR.debug.ratios(lithos, {
		selector: 'h2'
    	,css: [
		'.sIFR-root { color: #1A4A77; font-weight: bold;}'
    	]
});*/
