
var sifrPath = window.jsRootPath + 'sifr/';

var GrotesqueLight = { 
	src: sifrPath + 'Grotesque-MT-Std-light.swf'
	,wmode: 'transparent' 
};	
	
var Grotesque = { 
	src: sifrPath + 'Grotesque-MT-Std.swf'
	,wmode: 'transparent' 
};

sIFR.useStyleCheck = true;
sIFR.bHideBrowserText = true;
sIFR.bAutoInit = true;
sIFR.activate(GrotesqueLight);
sIFR.activate(Grotesque);



sIFR.replace(GrotesqueLight, {
  selector: 'h1.websitekleur',
  css: [
  		'.sIFR-root  { font-size: 150%; color: #'+kleur+'; }',
  		'.small { font-size: 80%; color: #'+kleur+';  }',
  	   ]
});
sIFR.replace(GrotesqueLight, {
  selector: 'h1.content',
  css: [
  		'.sIFR-root  { font-size: 150%; color: #FFFFFF; }',
  	   ]
});
sIFR.replace(GrotesqueLight, {
  selector: 'h1',
  css: [
  		'.sIFR-root  { font-size: 150%; color: #000000; }',
  	   ]
});

sIFR.replace(GrotesqueLight, {
  selector: 'div.homeitem h2',
  css: [
  		'a  { color: #ffffff; text-decoration: none; cursor: pointer; }',
  		'a:hover  { color: #ffffff; text-decoration: none; cursor: pointer; }',
  	   ]
});
sIFR.replace(GrotesqueLight, {
  selector: 'div.downloaditem h2',
  css: [
  		'a  { color: #000000; text-decoration: none; cursor: pointer; }',
  		'a:hover  { color: #000000; text-decoration: none; cursor: pointer; color: #'+kleur+'; }',
  	   ]
});
sIFR.replace(GrotesqueLight, {
  selector: 'h2',
  css: [
  		'.sIFR-root  { color: #000000; text-decoration: none; }',
  	   ]
});



