// JavaScript Document

var arno = {
	src: 'html/swf/arno.swf'
};


sIFR.activate(arno);

sIFR.replace(arno, {
	selector: '.HomeBox h3'
	,css: [ '.sIFR-root { color: #e5decf; font-size: 14px; text-transform:uppercase; text-align:center; }' ]
	,wmode: 'transparent'
});

sIFR.replace(arno, {
	selector: '#SubMenu h3'
	,css: [ '.sIFR-root { color: #e5decf; font-size: 18px; text-transform:uppercase; text-align:left; }' ]
	,wmode: 'transparent'
});
sIFR.replace(arno, {
	selector: '#RightColumnBottom h1'
	,css: [ '.sIFR-root { color: #bba8a4; font-size: 18px; text-transform:uppercase; text-align:left; }' ]
	,wmode: 'transparent'
});
