

var zurich = {
  src: '/resources/swf/zurich.swf'
};

var zurichBold = {
  src: '/resources/swf/zurich-bold.swf'
};

var zurichRegular = {
  src: '/resources/swf/zurichRegular.swf'
};


sIFR.activate(zurich, zurichBold, zurichRegular);


function SIFRReplace(){
sIFR.replace(zurich,{selector: 'h1'
    ,css: '.sIFR-root {color:#ffffff; text-align:left; text-transform:uppercase; leading:0px;}'
    ,wmode: 'transparent'
    //,thickness: '-70'
    //,sharpness: '10'
    });
/*
 sIFR.replace({
    selector: 'h1', 
    src: 'rockwell-7.swf', 
    highsrc: 'rockwell-8.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold' },
      'a': { 'text-decoration': 'none' },
      'a:link': { 'color': '#000000' },
      'a:hover': { 'color': '#CCCCCC' }
    },
    paddingTop: 20
  });
*/


sIFR.replace(zurichRegular,{selector: 'h5'
    ,css: '.sIFR-root {color:#000000; text-align:left; text-transform:uppercase; leading:0px;}, a:{text-decoration: none; color:#000000}, a:link{text-decoration: none; color:#000000}, a:hover{text-decoration: none; color:#bf0000} '
    ,wmode: 'transparent'
    //,thickness: '-70'
    //,sharpness: '10'
    });

sIFR.replace(zurichBold,{selector: 'h2'
    ,css: '.sIFR-root {color:#ffffff; text-align:left; text-transform:uppercase; leading:0px;}'
    ,wmode: 'transparent'
   ,thickness: '900'
    //,sharpness: '10'
    });
sIFR.replace(zurich,{selector: 'h3'
    ,css: '.sIFR-root {color:#000000; text-align:left; text-transform:uppercase; leading:0px;}'
    ,wmode: 'transparent'
    //,thickness: '-70'
    //,sharpness: '10'
    });

}

