var helv = {src: '/img/helv.swf', ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 47, 1.19, 48, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 119, 1.18, 120, 1.17, 1.18], wmode: 'transparent'};                  
sIFR.activate(helv);
                                
sIFR.replace(helv, {
selector: '#mainNav li',
tuneHeight: -3,
filters: {
  DropShadow: {
    knockout: false
    ,distance: 2
    ,blurX:2
    ,blurY:2
    ,color: '#601A7C'
    ,strength: 1
    ,alpha: 0.3
  }
},
css: [ 
'.sIFR-root { text-align: center; background-color: #ECDEF6; }',
'a:hover { color:#B48CCC; }',
'a .active { color:#E50278; }',
'a { color: #601A7C; text-decoration: none; }',
'a:active { color:#B48CCC; }'
]
});

sIFR.replace(helv, {
selector: 'h1',
tuneHeight: 0,
tuneWidth: 0,
filters: {
  DropShadow: {
    knockout: false
    ,distance: 2
    ,blurX:2
    ,blurY:2
    ,color: '#000000'
    ,strength: 1
    ,alpha: 0.3
  }
},
css: [
'.sIFR-root {color: #5F2A7B; font-weight: bold;  background-color: #ffffff;}'
]
});