sIFR

  • Converting to version 3
    • sifr_config.js
      • all new code
    • siteFunctions.js
      • Change 
        • /javascriptO2/sifr_v3.js
    • css/content.css
      • New css section
    • flash/sifr/
      • swfs must be re-pressed with new .fla version
        • workfiles\Template\Flash\sifr3-r436
    • Redrawing / Ajax
      • function reDrawSifr(){
             sIFR.replace(helveticaNeueCondensed, {
             selector: 'h3'
             ,css: [
               '.sIFR-root { text-align: left; font-weight: bold; }'
             ]
             ,
           wmode: 'transparent'  
           });
        }