var grey = {
      src: 'grey.swf'
      ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 100, 1.14, 101, 1.13, 103, 1.14, 104, 1.13, 108, 1.14, 112, 1.13, 114, 1.14, 1.13] 
    };

    // sIFR.useStyleCheck = true;
    sIFR.activate(grey);
/*
    sIFR.replace(grey, {
      selector: '#menu li.sifr a'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; color: #ffffff; font-size: 14px; text-transform: uppercase; cursor: pointer; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
		,'a:visited { color: #ffffff; }'
        ,'a:hover { color: #ffffff;}'
		,'a:active { color: #ffffff; }'		
      ]
   });
   */
	//sIFR.debug.ratios({ src: 'grey.swf', selector: 'h1' });
	
	sIFR.replace(grey, {
      selector: 'h2'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #ff7301; font-size: 16px; }'
      ]
    });



	
