var websitename = { src: flashRootLocation + 'Site/logo/discognate.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(websitename);

sIFR.replace(websitename, {
  selector: '#textlogo',
  css: '.sIFR-root a { background:transparent; color: #D2E5EC; padding:20px;  font-size:60px; cursor:pointer; font-weight:bold; text-decoration:none; text-align:left; text-indent:10px;}.sIFR-root a:hover {  color: #6BAFC6;}.sIFR-root { background:transparent; color: #D2E5EC; padding:20px;  font-size:70px; cursor:pointer; font-weight:normal; text-decoration:none; text-align:left; text-indent:10px;}',
  wmode: 'transparent',
  filters: {

 	 GradientBevelFilter:{ 
		distance:8,
		angle:298,
		ratios:[0,128,255],
		colors:[0xD2E5EC,0xD2E5EC,0xD2E5EC],
		alphas:[1,0,1],
		blurX:2,
		blurY:2,
		strength:1,
		quality:3,
		type:'inner',
		knockout:false
  		},
   BevelFilter: {
	  type:'inner',
	  blurY:2, 
	  blurX:2, 
	  knockout:false, 
	  strength:2.3, 
	  quality:3, 
	  shadowAlpha:1, 
	  shadowColor:0x6BAFC6, 
	  highlightAlpha:1, 
	  highlightColor:0xD2E5EC, 
	  angle:90, 
	  distance:2
 	  },
    DropShadowFilter: {
	  hideObject:false, 
	  strength:0.64,
 	  blurY:10, 
 	  blurX:10, 
	  knockout:false, 
 	  inner:false, 
 	  quality:3, 
 	  alpha:.75, 
 	  color:0x000000,
 	  angle:45, 
 	  distance:0 
	  }
	  
  
  }

});

