/*== Define the SWF locations ==*/
var Helvetica_BlkCn_Text = {
	src: '/flash/sifr-RO-Pro-97-BlkCn-Text.swf'
};
var Helvetica_BlkCn_Link = {
	src: '/flash/sifr-RO-Pro-97-BlkCn-Link.swf'
};
var Helvetica_ThCn_Text = {
	src: '/flash/sifr-RO-Pro-37-ThCn-Text.swf'
};
var Helvetica_ThCn_Link = {
	src: '/flash/sifr-RO-Pro-37-ThCn-Link.swf'
};
/*== ==*/

/*== Replace characters manually ==*/
var ligature_it = function(str) {
	
    return str;
}
/*== ==*/

/*== Activate the SWF's width sIFR ==*/
sIFR.activate(Helvetica_BlkCn_Text);
sIFR.activate(Helvetica_BlkCn_Link);
sIFR.activate(Helvetica_ThCn_Text);
sIFR.activate(Helvetica_ThCn_Link);
/*== ==*/

/*== Global definitions for the elements replaced ==*/

/*= Text (Selectable text SWF's) =*/
sIFR.replace(Helvetica_BlkCn_Text, {
	selector: 'h1.text_white',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #FFFFFF; }'
		,'a { color: #FFFFFF; text-decoration: none; }'
		,'a:visited { color: #FFFFFF; text-decoration: none; }'
		,'a:hover { color: #FFFFFF; text-decoration: none; }'
	]
});
sIFR.replace(Helvetica_BlkCn_Text, {
	selector: 'h1.text_gray',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #707173;}'
		,'a { color: #707173; text-decoration: none; }'
		,'a:visited { color: #707173; text-decoration: none; }'
		,'a:hover { color: #707173; text-decoration: none; }'
	]
});

/*= Link (Button like SWF's) =*/
sIFR.replace(Helvetica_BlkCn_Link, {
	selector: 'h1.link_white',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,51,1.23,54,1.22,55,1.23,88,1.22,89,1.21,93,1.22,94,1.21,95,1.22,103,1.21,104,1.22,108,1.21,109,1.22,1.21],
	css: [
		,'.sIFR-root { color: #FFFFFF;}'
		,'a { color: #FFFFFF; text-decoration: none; }'
		,'a:visited { color: #FFFFFF; text-decoration: none; }'
		,'a:hover { color: #FFFFFF; text-decoration: none; }'
	]
});
sIFR.replace(Helvetica_BlkCn_Link, {
	selector: 'h1.link_gray',
	ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,51,1.23,54,1.22,55,1.23,88,1.22,89,1.21,93,1.22,94,1.21,95,1.22,103,1.21,104,1.22,108,1.21,109,1.22,1.21],
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #707173;}'
		,'a { color: #707173; text-decoration: none; }'
		,'a:visited { color: #707173; text-decoration: none; }'
		,'a:hover { color: #707173; text-decoration: none; }'
	]
});
sIFR.replace(Helvetica_BlkCn_Link, {
	selector: 'h1.link_gray_right',
	ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,35,1.24,39,1.23,40,1.24,51,1.23,54,1.22,55,1.23,88,1.22,89,1.21,93,1.22,94,1.21,95,1.22,103,1.21,104,1.22,108,1.21,109,1.22,1.21],
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #707173; text-align: right; }'
		,'a { color: #707173; text-decoration: none; text-align: right; }'
		,'a:visited { color: #707173; text-decoration: none; }'
		,'a:hover { color: #707173; text-decoration: none; }'
	]
});
/*== ==*/

/*== More specific definitions for the elements replaced ==*/
sIFR.replace(Helvetica_BlkCn_Text, {
	selector: 'h1.text_gray_20',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #707173; font-size: 20px; }'
		,'a { color: #707173; text-decoration: none; font-size: 20px; }'
		,'a:visited { color: #707173; text-decoration: none; }'
		,'a:hover { color: #707173; text-decoration: none; }'
	]
});
sIFR.replace(Helvetica_BlkCn_Text, {
	selector: 'h1.text_black_20_italic',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #000000; font-size: 27px; font-style: italic; }'
		,'a { color: #000000; text-decoration: none; font-size: 27px; font-style: italic; }'
		,'a:visited { color: #000000; text-decoration: none; font-style: italic; }'
		,'a:hover { color: #000000; text-decoration: none; font-style: italic; }'
	]
});
sIFR.replace(Helvetica_BlkCn_Text, {
	selector: 'h1.text_darkgray_20',
	modifyContentString: ligature_it,
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #707173; font-size: 20px; }'
		,'a { color: #707173; text-decoration: none; font-size: 20px; }'
		,'a:visited { color: #707173; text-decoration: none; }'
		,'a:hover { color: #707173; text-decoration: none; }'
	]
});
/*== ==*/
/*== Old Color: #9C9E9F ==*/
