var myriad = {
	src: './flash/myriad.swf'
	,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};

sIFR.activate(myriad);


<!-- TITLES IN PAGE -->

sIFR.replace(myriad, {
	selector: 'h1.myheaderclassh1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #313829; font-size: 30px; leading: -4px;}',
		'a {color: #313829; text-decoration: none;}',
        'a:hover {color: #313829; text-decoration: underline;}'
	]
	,offsetTop: -5
	,tuneHeight: -5
});	
sIFR.replace(myriad, {
	selector: 'h2.myheaderclassh2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; background-color:#ff0000; color: #DC002E; font-size: 30px; leading: -4px;}',
		'a {color: #ff0000; text-decoration: none;}',
        'a:hover {color: #ff0000; text-decoration: underline;}'
	]
	,offsetTop: -3
	,tuneHeight: -8
});	
sIFR.replace(myriad, {
	selector: 'h3.myheaderclassh3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #4D5841; font-size: 27px; leading: -4px;}',
		'a {color: #4D5841; text-decoration: none;}',
        'a:hover {color: #4D5841; text-decoration: underline;}'
	]
	,offsetTop: -3
	,tuneHeight: -8
});	
sIFR.replace(myriad, {
	selector: 'h4.myheaderclassh4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #FFFFFF; font-size: 27px; leading: -4px;}',
		'a {color: #FFFFFF; text-decoration: none;}',
        'a:hover {color: #FFFFFF; text-decoration: underline;}'
	]
	,offsetTop: -3
	,tuneHeight: -8
});	
sIFR.replace(myriad, {
	selector: 'h5.myheaderclassh5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #313829; font-size: 22px; leading: -4px;}',
		'a {color: #313829; text-decoration: none;}',
        'a:hover {color: #313829; text-decoration: underline;}'
	]
	,offsetTop: -3
	,tuneHeight: -8
});	
sIFR.replace(myriad, {
	selector: 'h6.myheaderclassh6'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {text-align: left; color: #DC002E; font-size: 22px; leading: -4px;}',
		'a {color: #DC002E; text-decoration: none;}',
        'a:hover {color: #DC002E; text-decoration: underline;}'
	]
	,offsetTop: -3
	,tuneHeight: -8
});	


