var neo = {
    src: '/styles/style1/flash/neo.swf'
	,ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 24, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 35, 1.32, 37, 1.3, 40, 1.31, 43, 1.3, 46, 1.31, 59, 1.3, 61, 1.29, 62, 1.3, 101, 1.29, 102, 1.28, 103, 1.29, 104, 1.28, 108, 1.29, 109, 1.28, 110, 1.29, 112, 1.28, 115, 1.29, 116, 1.28, 117, 1.29, 123, 1.28, 124, 1.29, 1.28]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(neo);

 //sIFR.debug.ratios({ src: '/styles/style1/flash/neo.swf', selector: '#menu li.active' });
 
sIFR.replace(neo, {
    selector: '#menu li.active'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#ffba00; font-weight: bold;}'
      ,'a:link { color: #ffba00; text-decoration: none; }'
      ,'a:hover { color: #ffba00; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
  });

sIFR.replace(neo, {
    selector: '#menu li'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; font-weight: bold; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
  });
 
/*  
    sIFR.activate(cochin, rockwell);

  sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  sIFR.replace(rockwell, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(cochin, {
    selector: 'h3.sidebox'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  
  sIFR.replace(cochin, {selector: 'h2,h3'});
  
  sIFR.replace(cochin, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
*/