var monotype = {	src: '/wp-content/themes/jaracz/js/monotype.swf'}	

// sIFR.domains = ['jaracz.pl'] // Don't check for domains in this demo	

sIFR.useStyleCheck = true;	
sIFR.activate(monotype);	

	sIFR.replace(monotype, {
		selector: 'h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root {  color: #000066; letter-spacing: 1; }',
			'a { text-decoration: none;color: #000066; }',
			'a:hover { color: #000066; }'
		]
	});

	sIFR.replace(monotype, {
		selector: '#page h3',
		wmode: 'transparent',
		css: [			
			'.sIFR-root {  color: #000066; letter-spacing: 1; }'
		]	
	});	
		
	sIFR.replace(monotype, {
		selector: '#page h4',
		wmode: 'transparent',
		css: [
			'.sIFR-root {  color: #000066; letter-spacing: 1; }',
			'a { text-decoration: none;color: #000066; }',
			'a:hover { color: #000066; }'
		]
	});

	sIFR.replace(monotype, {
		selector: '#page h5',
		wmode: 'transparent',
		css: [
			'.sIFR-root {  color: #000066; letter-spacing: 1; text-align: center; }',
			'a { text-decoration: none;color: #000066; }',
			'a:hover { color: #000066; }'
		]
	});

	sIFR.replace(monotype, {
		selector: '#footer h6',
		wmode: 'transparent',
		css: [
			'.sIFR-root {  color: #000066; letter-spacing: 1; cursor: pointer; text-align: left; }',
			'a { text-decoration: none; color: #000066; }',
			'a:hover { color: #000066; }'
		]
	});

	sIFR.replace(monotype, {
		selector: '#menu3 ul li div',
		wmode: 'transparent',
		css: [
			'.sIFR-root {  color: #000066; letter-spacing: 1; cursor: pointer; }',
			'a { text-decoration: none; color: #000066; }',
			'a:hover { color: #000066; }'
		]
	});
	
