var myriadproblack = {
  src: 'http://www.ecc.com.pt/swf/myriadproblack.swf'
};

var myriadprobold = {
  src: 'http://www.ecc.com.pt/swf/myriadprobold.swf'
};

sIFR.activate(myriadproblack, myriadprobold); // From revision 209 and onwards
sIFR.useStyleCheck = true;

// GRAB INITIAL DISPLAY RATIOS
//sIFR.debug.ratios({ src: 'http://www.ecc.com.pt/swf/myriadproblack.swf', selector: 'h6' });
//sIFR.debug.ratios({ src: 'http://www.ecc.com.pt/swf/myriadprobold.swf', selector: '.menu' });

/*sIFR.replace(myriadpro, {
  selector: 'h1',
   
  css: [
      '.sIFR-root { background-color: #352f26; , color: #e5e5dd; font-weight':'normal' }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #777065; }'
      ,'a:hover { color: #e5e5dd; }'
      ],
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#000000', 'background-color':'#ffffff',  }
	},
  filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 2
	    ,color: '#dddddd'
	    ,strength: 1
	  }
	}


});*/

sIFR.replace(myriadproblack, {
  selector: 'h6',
  ratio: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 40, 1.29, 67, 1.28, 112, 1.27, 113, 1.26, 116, 1.27, 117, 1.26, 119, 1.27, 121, 1.26, 124, 1.27, 1.26], 
  css: [
      '.sIFR-root { color: #ffffff; font-weight:normal; text-align: left; leading:-5; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #D5E04D; }'
      ,'a:hover { color: #FFFFFF; }'
      ],
  wmode: 'transparent'


});

sIFR.replace(myriadprobold, {
  selector: '.menu',
   ratio: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21], 
  css: [
      '.sIFR-root { color: #D5E04D; font-weight:bold; text-align: left; font-size: 12px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #D5E04D; }'
      ],
  wmode: 'transparent'


});