var websitename = { src: flashRootLocation + 'Site/logo/aerovias.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(websitename);

sIFR.replace(websitename, {
  selector: '#textlogo',
  css: '.sIFR-root a { background:transparent; color: #444444; padding:10px;  font-size:110px; cursor:pointer; font-weight:bold; text-decoration:none; text-align:centre;}.sIFR-root a:hover {  color: #1818C0;}.sIFR-root { background:transparent; color: #B30101; padding:10px;  font-size:110px; cursor:pointer; font-weight:bold; text-decoration:none; text-align:center;}',
  wmode: 'transparent',
  filters: {

	GlowFilter: {	  
	  strength:1.35, 
	  blurY:9, 
	  blurX:9, 
	  knockout:false, 
	  inner:true, 
	  quality:3, 
	  alpha:1, 
	  color:'#ffffff'
      },
    DropShadowFilter: {
	  hideObject:false, 
	  strength:0.85,
 	  blurY:4, 
 	  blurX:4, 
	  knockout:false, 
 	  inner:true, 
 	  quality:10, 
 	  alpha:.75, 
 	  color:'#ffffff',
 	  angle:135, 
 	  distance:10
	  }
  
  }

});