var humanst = {
  src: '/flash/humanst.swf'
  ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 19, 1.3, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 83, 1.23, 85, 1.22, 87, 1.23, 94, 1.22, 95, 1.23, 1.22]
};
var maxima = {
  src: '/flash/maxima.swf'
  ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 19, 1.3, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 83, 1.23, 85, 1.22, 87, 1.23, 94, 1.22, 95, 1.23, 1.22]
};

sIFR.activate(humanst);
sIFR.activate(maxima);

/*sIFR.debug.ratios({ src: 'flash/humanst.swf', selector: 'h1,h2,h3,h4' });*/
sIFR.replace(humanst, {
  selector: '#breadcrumbs'
    ,css: [
      '.sIFR-root { color: #617289; font-size: 18px; text-align: left; background-color: #0E1625;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #8493A8; }'
	   ,'a:visited { color: #64768E; }'
       ,'a:hover { color: #617289; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#newsletter h1'
    ,css: [
      '.sIFR-root { color: #50D9F4; font-size: 20px; text-align: left; leading: 5;}'
	  ]
	 ,wmode: 'transparent'
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	});

sIFR.replace(humanst, {
  selector: '#content h1, .contenthead h1, #defaultcontent h1'
    ,css: [
      '.sIFR-root { color: #50D9F4; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});
sIFR.replace(humanst, {
  selector: '#defaultcontent h2'
    ,css: [
      '.sIFR-root { color: #0354A9; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#content h2'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#content h3'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #0E1625; font-size: 16px; text-align: left; }'
	  ]
	});
sIFR.replace(humanst, {
  selector: '#content h4'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #0E1625; font-size: 15px; text-align: left; }'
	  ]
	});
sIFR.replace(maxima, {
  selector: '#footer h1'
    ,css: [
      '.sIFR-root { color: #0253A9; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(maxima, {
  selector: '#footer h2'
    ,css: [
      '.sIFR-root { color: #0253A9; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});
sIFR.replace(maxima, {
  selector: '.welcome'
    ,css: [
      '.sIFR-root { color: #C8C8C8; background-color: #0E1625; font-size: 20px; text-align: left; }'
	  ]
	});

