var HeNeBlkCond = {
		src: 'swf/HeNeBlkCond.swf'
		,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]
	};
	
var HeNeMdCond = {
      src: 'swf/HeNeMdCond.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 34, 1.22, 41, 1.21, 53, 1.2, 57, 1.19, 58, 1.2, 90, 1.19, 92, 1.18, 96, 1.19, 98, 1.18, 100, 1.19, 104, 1.18, 105, 1.19, 1.18]
    };
	
	sIFR.activate(HeNeBlkCond, HeNeMdCond);
	
	//Main Nav
	sIFR.replace(HeNeMdCond,
		{
    	selector: '.navLink',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: -6,
		offsetTop: -2,
    	css:
		[
			'.sIFR-root { color: #fffff; font-size: 15px; }',
			'.sIFR-root a { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:active { color: #2ca2d2; }',
			'.sIFR-root a:hover { color: #2ca2d2; }',
			'.sIFR-root a:visited { color: #ffffff; }'
    	]
	});
	sIFR.replace(HeNeMdCond,
		{
    	selector: '.navLink_active',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: -6,
		offsetTop: -2,
    	css:
		[
			'.sIFR-root { color: #2ca2d2; font-size: 15px; }',
			'.sIFR-root a { color: #2ca2d2; text-decoration: none; }',
			'.sIFR-root a:active { color: #2ca2d2; }',
			'.sIFR-root a:hover { color: #2ca2d2; }',
			'.sIFR-root a:visited { color: #2ca2d2; }'
    	]
	});
	
	//Bucket Titles
	sIFR.replace(HeNeMdCond,
		{
    	selector: '.bucketTitle',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: -10,
		offsetTop: -4,
    	css:
		[
			'.sIFR-root { color: #ffffff; font-size: 15px;}'
    	]
	});
	
	//Learn More Links
	sIFR.replace(HeNeBlkCond,
		{
    	selector: '.moreLink',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: -8,
    	css:
		[
			'.sIFR-root { color: #fffff; font-size: 11px; text-transform: uppercase; letter-spacing:1; }',
			'.sIFR-root a { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:hover { color: #ffffff; }',
			'.sIFR-root a:visited { color: #ffffff; }'
    	]
	});
	
	//Heading Tags
	sIFR.replace(HeNeMdCond,
		{
    	selector: 'h1',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: -8,
		offsetTop: -5,
    	css:
		[
			'.sIFR-root { color: #e9e9e9; font-size: 25px; }',
    	]
	});
	sIFR.replace(HeNeMdCond,
		{
    	selector: 'h2',
		wmode: 'transparent',
		fitExactly: 'true',
		tuneHeight: 6,
		offsetTop: 12,
    	css:
		[
			'.sIFR-root { color: #2ca2d2; font-size: 25px; }',
    	]
	});
	sIFR.replace(HeNeMdCond,
		{
    	selector: '.txt_title',
		wmode: 'transparent',
		fitExactly: 'true',
    	css:
		[
			'.sIFR-root { color: #2ca2d2; font-size: 25px; }',
    	]
	});
