var greyFlash = { src: '/flash/bold.swf' }; var boldThemeFlash = { src: '/flash/bold.swf' }; sIFR.activate(greyFlash,boldThemeFlash); // From revision 209 and onwards /* sIFR.replace(greyFlash, { selector: '.greyFlash', css: { '.sIFR-root' : { 'color': '#666666' , 'font-size': '15px' } } }); sIFR.replace(rockwell, { selector: 'h1' ,css: [ '.sIFR-root { text-align: center; font-weight: bold;}' ,'a { text-decoration: none }' ,'a:link { color: #000000 }' ,'a:hover { color: #CCCCCC }' ] }); */ sIFR.replace(greyFlash, { selector: '.greyFlash', wmode: 'transparent', css: [ '.sIFR-root { color: #666666; font-size: 15px; }' ,'a { text-decoration: none }' ,'a:link { color: #FF3300 }' ,'a:hover { color: #666666 }' ] }); sIFR.replace(boldThemeFlash, { selector: '.boldThemeFlash', wmode: 'transparent', css: { '.sIFR-root' : { 'color': '#FF3300' , 'font-size': '20px' } } });