
	var rockwell = {
		src: '/_files/sifr3/swf/helv.swf'
	};
	var cochin = {
		src: '/_files/sifr3/swf/cochin.swf'
	};

	// sIFR.useStyleCheck = true;
	sIFR.activate(rockwell,cochin);

	sIFR.replace(rockwell, {
	 selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 18px; font-size: 18px; text-align: left; font-weight: normal; color: #ffffff; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #ff0000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: '.sifr-nav'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 13px; font-size: 13px; text-align: center; font-weight: normal; color: #23618F; }',
		'a { text-decoration: none; }',
		'a:link { color: #C2DCEF; }',
		'a:hover { color: #ffffff; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: '.sifr-01'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 16px; font-size: 16px; text-align: left; font-weight: normal; color: #f27b15; }',
		'a { text-decoration: none; }',
		'a:link { color: #f27b15; }',
		'a:hover { color: #f27b15; }'
		]
	});
  
	sIFR.replace(rockwell, {
	 selector: '.sifr-02'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #2a92ce; }',
		'a { text-decoration: none; }',
		'a:link { color: #f27b15; }',
		'a:hover { color: #f27b15; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: '.sifr-03'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #00365F; }',
		'a { text-decoration: none; }',
		'a:link { color: #00365F; }',
		'a:hover { color: #00365F; }'
		]
	});

