var utopia = {
	src: '/cs/IMO_GA/flash/utopia.swf'
};

sIFR.forceWidth = true;
sIFR.fitExactly = true;


sIFR.activate(utopia);

sIFR.replace(utopia, {
	selector: '#home h1, ' +
			  '#messaging h1, ' +
			  '#content .comments h3, ' +
			  '#content .articles h3, ' +
			  '#content .article_subcontent h3, ' +
			  '#content h3.all_title, ' +
			  '#content_simple h3, ' +
			  '#content_directory h3, ' +
			  '.inline_form h3, ' +
			  '#content_wide .search_results h3',
	wmode : 'transparent',
	forceWidth : true,
	fitExactly : true,
    css : [
      '.sIFR-root { color: #f7941d; }'
    ],
	ratios : [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,21,1.2,26,1.21,27,1.2,35,1.19,52,1.18,53,1.17,54,1.18,77,1.17,80,1.16,81,1.17,86,1.16,87,1.17,1.16]
});

sIFR.replace(utopia, {
	selector: '#content h1, ' +
			  '#content_wide h1, ' + 
			  '#content_wrapper.directory h1.normal, ' + 
			  '#content_simple h1',
	wmode : 'transparent',
	forceWidth : true,
	fitExactly : true,
    css : [
      '.sIFR-root { color: #966d2b; leading: -8; }'
    ],
	ratios : [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,21,1.2,26,1.21,27,1.2,35,1.19,52,1.18,53,1.17,54,1.18,77,1.17,80,1.16,81,1.17,86,1.16,87,1.17,1.16]
});

sIFR.replace(utopia, {
	selector: '#content_wrapper.directory h1',
	wmode : 'transparent',
	forceWidth : true,
	fitExactly : true,
    css : [
      '.sIFR-root { color: #b72525; leading: -8; }'
    ],
	ratios : [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,21,1.2,26,1.21,27,1.2,35,1.19,52,1.18,53,1.17,54,1.18,77,1.17,80,1.16,81,1.17,86,1.16,87,1.17,1.16]
});