

var viper = {
  src: '../crillee.swf'
};



var zurich = {
  src: '../zurich.swf'
};

sIFR.activate(viper);

sIFR.activate(zurich);

function SIFRReplace(){
sIFR.replace(viper,{selector: 'h1'
    ,css: '.sIFR-root {color:#FF0000; text-align:left;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });

sIFR.replace(viper,{selector: 'h2'
    ,css: '.sIFR-root {color:#4a0f00; text-align:left; letter-spacing: 5;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });


sIFR.replace(viper,{selector: 'h4'
    ,css: '.sIFR-root {color:#dece62; text-align:left; letter-spacing: 5;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });




 sIFR.replace(zurich, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ccff99 }'
    ]
	 ,wmode: 'transparent'
	 ,thickness: '70'
  });



}

