/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var helv = { src: '/js/sifr.swf' };
var helvalt = { src: '/js/sifralt.swf' };
// possssssibly add this to stop sifr on ie6.......?
/*sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);*/
sIFR.activate(helv, helvalt);
sIFR.replace(helv, {
  selector: '.helv',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; text-transform: uppercase; font-weight: 800; } '
});
sIFR.replace(helv, {
  selector: '#upper-banner h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: bold; } '
});
sIFR.replace(helv, {
  selector: '#upper-banner h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: bold; } '
});
sIFR.replace(helv, {
    selector: 'ul.centerredlist li',
    wmode: 'transparent',
    css: '.sIFR-root { color: #993333; text-transform: uppercase; font-weight: bold; } '
});
sIFR.replace(helv, {
  selector: '#upper-banner h4',
  wmode: 'transparent',
  css: '.sIFR-root { color: #990000; text-transform: uppercase; font-weight: bold; } '
});
sIFR.replace(helvalt, {
  selector: '#upper-banner p.alt',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; font-weight: bold; } '
});
sIFR.replace(helvalt, {
  selector: '#upper-banner p.ini',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; font-weight: normal; } '
});
sIFR.replace(helv, {
    selector: '#details h1',
    wmode: 'transparent',
    css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
    selector: 'h2.headings',
    wmode: 'transparent',
    css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.cost h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.alleg h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.alleg2 h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.alleg3 h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helvalt, {
  selector: '.cost h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; } '
});
sIFR.replace(helv, {
  selector: '#further h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#footer h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#table-details h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helvalt, {
  selector: '#table-details h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; } '
});
sIFR.replace(helv, {
  selector: '#content-nav h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #010101; font-weight: bold; }', 'a { color: #a64d4d; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#hp-left h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#hp-right h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.hp-upp9er li',
  css: '.sIFR-root { color: #000000; font-weight: bold; background: #ffffff; }'
});
sIFR.replace(helv, {
  selector: '.hp-lower-right h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#about-left h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.singleinfo h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#about-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '#about-top p',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; font-weight: normal; }', 'a { color: #ffffff; font-weight: bold; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#legal-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '#legal-top p',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; font-weight: normal; }', 'a { color: #ffffff; font-weight: bold; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#contact-left h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; },', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#contact-right h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; },', 'a { color: #990000; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#contact-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '#contact-top p',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; font-weight: normal; }', 'a { color: #ffffff; font-weight: bold; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '.topstories h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }','a { color: #990000; text-decoration: none; }']
});
sIFR.replace(helv, {
  selector: 'div#costs h4',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }','a { color: #990000; text-decoration: none; }']
});
sIFR.replace(helv, {
  selector: '#news-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '#news-top p',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #ffffff; font-weight: normal; }', 'a { color: #ffffff; font-weight: bold; text-decoration: none;}']
});
sIFR.replace(helv, {
  selector: '.products-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '.products-top p',
  wmode: 'transparent',  
  css: ['.sIFR-root { color: #ffffff; font-weight: normal; }', 'a { color: #ffffff; font-weight: bold; text-decoration: none;} ']
});
sIFR.replace(helv, {
  selector: '#sitemap-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '#terms-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
sIFR.replace(helv, {
  selector: '.thankyou-top h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; }'
});
