/*****************************************************************************
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.
*****************************************************************************/


var georg = { src: 'http://www.cubedroute.com/m/cr/flash/sifr2.swf' };

sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);
sIFR.activate(georg);


sIFR.replace(georg, {
  selector: '#banner h2'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #333333; text-decoration: none;}'
        ,'a:hover { color: #00A2C8; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});



sIFR.replace(georg, {
  selector: '#bannerExt h2'
  ,wmode: 'transparent'
  ,css: [
 		'a{ color: #333333; text-decoration: none;}'
        ,'a:hover { color: #00A2C8; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});

sIFR.replace(georg, {
  selector: 'h2.sifrH2'
  ,wmode: 'transparent'
  ,css: [
 		'a{ color: #333333; text-decoration: none;}'
        ,'a:hover { color: #00A2C8; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});

sIFR.replace(georg, {
  selector: 'h3.rowTitle'
  ,wmode: 'transparent'
  ,css: [
 		'a{ color: #333333; text-decoration: none;}'
        ,'a:hover { color: #00A2C8; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});


sIFR.replace(georg, {
  selector: 'h2.projectName'
  ,wmode: 'transparent'
  ,css: [
 		'a{ color: #00A2C8; text-decoration: none;}'
        ,'a:hover { color: #333333; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});

sIFR.replace(georg, {
  selector: 'h4.titles'
  ,css: [
 		'a{ color: #00A2C8; text-decoration: none;}'
        ,'a:hover { color: #333333; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});

sIFR.replace(georg, {
  selector: 'h2#contactTitle'
  ,css: [
 		'a{ color: #00A2C8; text-decoration: none;}'
        ,'a:hover { color: #333333; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; }'
]
});


sIFR.replace(georg, {
  selector: '#footerInner h2',
  css: ['.sIFR-root {background-color: transparent; color: #ffffff; }'],
  wmode:'transparent'
});


/*
sIFR.replace(georg, {
  selector: '#partnerPanelInner h2',
  css: ['.sIFR-root {background-color: transparent; color: #ffffff; font-style:italic }'],
  wmode:'transparent'
});
*/

