var thesansCaps = {
	src: '/sIFR/theSansCaps.swf'
};

sIFR.activate(thesansCaps);

sIFR.replace(thesansCaps, {
	selector: '.searchHolder h2, .thesans_smallcaps',
	wmode: 'transparent',
	selectable: 'false',
	css: [
	      '.sIFR-root { color: #FFFFFF; font-size: 14px; cursor: pointer; }',
	      'a { color: #FFFFFF; cursor: pointer; text-decoration: none; }',
	      'a:link { color: #FFFFFF; cursor: pointer; text-decoration: none; }',
	      'a:hover { color: #FFFFFF; cursor: pointer; text-decoration: none; }'
	]
});

/*Hoofd menu
sIFR.replace(thesansCaps, {
	selector: '.home_menu_item',
	css: [
	      '.sIFR-root { color: #999999; font-size: 26px; text-align: right; }',
	      'a { text-decoration: none; }',
	      'a:link { color: #999999; }',
	      'a:hover { color: #000000; }'
	]
});*/

/*Sub menu
sIFR.replace(thesansCaps, {
	selector: '.sub_home_menu_item',
	css: [
	      '.sIFR-root { color: #999999; font-size: 16px; text-align: right; }',
	      'a { text-decoration: none; }',
	      'a:link { color: #999999; }',
	      'a:hover { color: #000000; }'
	],

	onReplacement: function(node) {
		//alert(node.get);
		objOjb = node.getFlashElement();
		objOjb.parentNode.parentNode.parentNode.style.display = 'none'; //flashelement span li ul
	}

});*/

/*news header*/
sIFR.replace(thesansCaps, {
	selector: '.news-holder .theSans',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { color: #ffffff; font-size: 18px; letter-spacing: -2; }'
	]
});
