var myriad_c = {
  src: 'http://www.ytlab.com/assets/flash/myriad_c.swf'
};
var myriad = {
  src: 'http://www.ytlab.com/assets/flash/myriad.swf'
};

sIFR.fixWrap = true;
sIFR.activate(myriad_c);
sIFR.activate(myriad);



sIFR.replace(myriad_c, {
  selector: '#sidebar h2'
   ,wmode: 'transparent'
	,css: [
 '.sIFR-root {color: #ffffff;  font-size: 20px; font-weight: bold;leading:-5  }']
	,tuneHeight:'-10', offsetTop:'-5'

});

sIFR.replace(myriad_c, {
  selector: '#sidebar .titre'
   ,wmode: 'transparent'
	,css: [
 '.sIFR-root {color: #ffffff;  font-size: 20px; font-weight: bold;leading:-5  }']
	,tuneHeight:'-10', offsetTop:'-5'

});

sIFR.replace(myriad_c, {
  selector: '#baspage h2'
  ,wmode: 'transparent'
  ,css: [
 '.sIFR-root {color: #ffffff;  font-size: 18px;  font-weight: bold;}'
 ]
  });

sIFR.replace(myriad_c, {
  selector: '.submenu a'
  ,wmode: 'transparent'
  ,css: [
 '.sIFR-root {color: #ffffff;  font-size: 16px;  font-weight: bold; leading:-5}'
 ]
  });
sIFR.replace(myriad, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
 '.sIFR-root {color: #0065a4;  font-size: 23px; font-weight: bold;}']
  ,ratios:[8, 1.43, 11, 1.38, 13, 1.33, 23, 1.32, 29, 1.29, 34, 1.28, 37, 1.27, 41, 1.28, 47, 1.27, 72, 1.26, 75, 1.25, 76, 1.26, 79, 1.25, 80, 1.26, 83, 1.25, 84, 1.26, 87, 1.25, 88, 1.26, 1.25]
  	,filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#999999' // 4F0A08
	    ,strength: 1
	  }
	}

});

sIFR.replace(myriad, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
 '.sIFR-root {color: #0065a4;  font-size: 18px; }'
 ]
});
sIFR.replace(myriad, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: [
 '.sIFR-root {color: #0065a4;  font-size: 16px; }']
});


