
sIFR.doamins = ['t-boy'];
sIFR.fromLocal = true;

var myriad = { src: './myriad.swf' };

sIFR.activate(myriad);


/*
sIFR.replace(myriad, {
    selector: '.special_services_title',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#3d3d3d',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	  
	 ,GradientGlow: { type: 'inner', distance: 0, strength: 255, angle: 90, quality: 1,alphas: [1,1], colors: ['#f61717','#16f354'], ratios: [0,255], knockout: false } 
	 
	}
	,css: [
      '.sIFR-root { text-align: left; margin-left: 0px; font-weight: normal; color: #878787; width: 367px; font-size: 28px; background-color: transparent;    }'
    ]
	
  });*/

sIFR.replace(myriad, {
    selector: 'h1',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#3d3d3d',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	  
	 ,GradientGlow: { type: 'inner', distance: 0, strength: 255, angle: 90, quality: 1,alphas: [1,1], colors: ['#f61717','#16f354'], ratios: [0,255], knockout: false } 
	 
	}
	,css: [
      '.sIFR-root { text-align: right; margin-right: 5px;  font-weight: normal; color: #878787; width: 367px; font-size: 24px; background-color: #4d4d4d;    }'
    ]
	
	/*
	,forceSingleLine: true,
	fitExactly: true*/
  });



sIFR.replace(myriad, {
    selector: '.titlu_servicii',
    wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#000000',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	}
	,css: [
      '.sIFR-root { text-align: left;   font-weight: normal; color: #494949;font-size: 22px; background-color: #e5e5e5;    }'
    ]
	
	/*
	,forceSingleLine: true,
	fitExactly: true*/
  });

sIFR.replace(myriad, {
    selector: '.subtitlu_servicii',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#000000',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	}
	,css: [
      '.sIFR-root { text-align: left;   font-weight: bold; color: #494949;font-size: 14px; background-color: #e5e5e5;    }'
    ]
	
	/*
	,forceSingleLine: true,
	fitExactly: true*/
  });

sIFR.replace(myriad, {
    selector: 'h2',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#000000',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	}
	,css: [
      '.sIFR-root { text-align: left;   font-weight: bold; color: #494949;font-size: 14px; background-color: #e5e5e5;   }'
    ]
	
	/*
	,forceSingleLine: true,
	fitExactly: true*/
  });
  
  sIFR.replace(myriad, {
    selector: '.services',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#000000',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	}
	,css: [
      '.sIFR-root { text-align: left;   font-weight: bold; color: #494949;font-size: 14px; background-color: #e5e5e5;   }',
	  '.services a { color: #494949; text-decoration: none; font-weight:bold; }',
	  '.services a:hover { color: #187dd2; text-decoration: none; font-weight:bold;  }'
	]
	
  });
  
 sIFR.replace(myriad, {
    selector: '.link_instrumente',
	wmode: 'transparent',
    selectable : true,
	filters: {
	  DropShadow: {
	    color: '#000000',
	    strength: 0,
		blurX:8,
		blurY:6,
		alpha: 0.6,
		distance: 1
	  }
	}
	,css: [
      '.sIFR-root { text-align: left; cursor: pointer;  font-weight: bold; color: #494949;font-size: 14px; background-color: #e5e5e5;   }',
	  '.services a { cursor: pointer; color: #494949; text-decoration: none; font-weight:bold;float: left; }',
	  '.services a:hover { color: #187dd2; text-decoration: none; font-weight:bold;  }'
	]
	
  });
  

