var marriott = { src: 'http://www.mycwo.com/sifr.swf' };
sIFR.activate(marriott);
sIFR.replace(marriott, {
  selector: 'h1',
  css: '.sIFR-root { background: transparent; color: #424242; }',
  wmode: 'transparent'
});

sIFR.replace(marriott, {
  selector: '#mainmenu li',
  css: '#mainmenu li a{ background: transparent; color: #424242; font-size:24px; text-decoration:none;  }',
  wmode: 'transparent'
});

sIFR.replace(marriott, {
  selector: 'h3',
  css: [ '.sIFR-root { background: transparent; color: #424242; }',
        ,'a {text-decoration: none; color: #424242;  }'
        ,'a:link { color: #424242; }'
        ,'a:hover { color: #0101FF; }'
         ,'a:activ { color: #0101FF; }'
  ],
  wmode: 'transparent'
});
